#434AD0

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

Shades of Free Speech Blue #434AD0

Tints of Free Speech Blue #434AD0

Color information

#434AD0 (or 0x434AD0) is unknown color: approx Free Speech Blue. HEX triplet: 43, 4A and D0. RGB value is (67,74,208). Sum of RGB (Red+Green+Blue) = 67+74+208=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 208 (81.64% from 255 or 59.60% from 349); Max value from RGB is 208 - color contains mainly: blue. Hex color #434AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434AD0 is #BCB52F. Grayscale: #565656. Windows color (decimal): -12367152 or 13650499. OLE color: 13650499.

HSL color Cylindrical-coordinate representation of color #434AD0: hue angle of 237.02º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #434AD0 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6774208-
CMYK0.680.6400.18
HSL237.02º60%53.92%-
HSV(B)237.02º67.79%81.57%-
XYZ16.1510.6460.88-
YUV87.18196.18113.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.20%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 208 (81.64% from 255) = 59.60%
R=19.20%
G=21.20%
B=59.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal67742080.680.6400.18237.026053.92
Hex434AD04440012ed3c36
Octal1031123201041000223557466
Binary10000111001010110100001000100100000001001011101101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,74,208); }

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

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

 a { background-color: rgb(67,74,208); }

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

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

 span { border-color: rgb(67,74,208); }

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