#434BC0

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

Shades of Free Speech Blue #434BC0

Tints of Free Speech Blue #434BC0

Color information

#434BC0 (or 0x434BC0) is unknown color: approx Free Speech Blue. HEX triplet: 43, 4B and C0. RGB value is (67,75,192). Sum of RGB (Red+Green+Blue) = 67+75+192=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #434BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434BC0 is #BCB43F. Grayscale: #555555. Windows color (decimal): -12366912 or 12602179. OLE color: 12602179.

HSL color Cylindrical-coordinate representation of color #434BC0: hue angle of 236.16º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #434BC0 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6775192-
CMYK0.650.6100.25
HSL236.16º49.8%50.78%-
HSV(B)236.16º65.1%75.29%-
XYZ14.3510.0351.05-
YUV85.95187.85114.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.06%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 192 (75.39% from 255) = 57.49%
R=20.06%
G=22.46%
B=57.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal67751920.650.6100.25236.1649.850.78
Hex434BC0413D019ec3233
Octal103113300101750313546263
Binary1000011100101111000000100000111110101100111101100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,75,192); }

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

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

 a { background-color: rgb(67,75,192); }

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

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

 span { border-color: rgb(67,75,192); }

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