#434CBB

Color #434CBB Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #434CBB

Tints of Free Speech Blue #434CBB

Color information

#434CBB (or 0x434CBB) is unknown color: approx Free Speech Blue. HEX triplet: 43, 4C and BB. RGB value is (67,76,187). Sum of RGB (Red+Green+Blue) = 67+76+187=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #434CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434CBB is #BCB344. Grayscale: #555555. Windows color (decimal): -12366661 or 12274755. OLE color: 12274755.

HSL color Cylindrical-coordinate representation of color #434CBB: hue angle of 235.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #434CBB is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6776187-
CMYK0.640.5900.27
HSL235.5º47.24%49.8%-
HSV(B)235.5º64.17%73.33%-
XYZ13.879.9548.2-
YUV85.96185.02114.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 20.30%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 187 (73.44% from 255) = 56.67%
R=20.30%
G=23.03%
B=56.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal67761870.640.5900.27235.547.2449.8
Hex434CBB403B01Bec2f32
Octal103114273100730333545762
Binary1000011100110010111011100000011101101101111101100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434CBB; }

 p { color: rgb(67,76,187); }

 H1.HeaderClassName
 {
   color: #434CBB;
 }
 .AnyTagClassName
 {
   color: #434CBB;
 }
</style>
background-color css

<style>
 a { background-color: #434CBB; }

 a { background-color: rgb(67,76,187); }

 div.DivClassName
 {
   background-color: #434CBB;
 }
 .BgClassName
 {
   background-color: #434CBB;
 }
</style>
border-color css

<style>
 span { border-color: #434CBB; }

 span { border-color: rgb(67,76,187); }

 td.TdClassName
 {
   border-color: #434CBB;
 }
 .TagClassName
 {
   border-color: #434CBB;
 }
</style>