#434CCD

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

Shades of Free Speech Blue #434CCD

Tints of Free Speech Blue #434CCD

Color information

#434CCD (or 0x434CCD) is unknown color: approx Free Speech Blue. HEX triplet: 43, 4C and CD. RGB value is (67,76,205). Sum of RGB (Red+Green+Blue) = 67+76+205=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #434CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434CCD is #BCB332. Grayscale: #575757. Windows color (decimal): -12366643 or 13454403. OLE color: 13454403.

HSL color Cylindrical-coordinate representation of color #434CCD: hue angle of 236.09º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #434CCD is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6776205-
CMYK0.670.6300.20
HSL236.09º57.98%53.33%-
HSV(B)236.09º67.32%80.39%-
XYZ15.9210.7759-
YUV88.02194.02113.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.25%
GREEN value IS 76 (30.08% from 255) = 21.84%
BLUE value IS 205 (80.47% from 255) = 58.91%
R=19.25%
G=21.84%
B=58.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal67762050.670.6300.20236.0957.9853.33
Hex434CCD433F014ec3a35
Octal103114315103770243547265
Binary1000011100110011001101100001111111101010011101100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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