#425DD3

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

Shades of Free Speech Blue #425DD3

Tints of Free Speech Blue #425DD3

Color information

#425DD3 (or 0x425DD3) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5D and D3. RGB value is (66,93,211). Sum of RGB (Red+Green+Blue) = 66+93+211=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 211 (82.81% from 255 or 57.03% from 370); Max value from RGB is 211 - color contains mainly: blue. Hex color #425DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425DD3 is #BDA22C. Grayscale: #616161. Windows color (decimal): -12427821 or 13851970. OLE color: 13851970.

HSL color Cylindrical-coordinate representation of color #425DD3: hue angle of 228.83º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #425DD3 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6693211-
CMYK0.690.5600.17
HSL228.83º62.23%54.31%-
HSV(B)228.83º68.72%82.75%-
XYZ17.9213.6963.33-
YUV98.38191.55104.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.84%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 211 (82.81% from 255) = 57.03%
R=17.84%
G=25.14%
B=57.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal66932110.690.5600.17228.8362.2354.31
Hex425DD34538011e53e36
Octal102135323105700213457666
Binary1000010101110111010011100010111100001000111100101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425DD3; }

 p { color: rgb(66,93,211); }

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

<style>
 a { background-color: #425DD3; }

 a { background-color: rgb(66,93,211); }

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

<style>
 span { border-color: #425DD3; }

 span { border-color: rgb(66,93,211); }

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