Html Css Color HEX #425DB3 Free Speech Blue

📋 copy color: '#425DB3'

red 66 ◦ green 93 ◦ blue 179

#425DB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #425DB3

Tints of Free Speech Blue #425DB3

RGB

 RED value IS 66 (26.17% from 255) = 19.53%

 GREEN value IS 93 (36.72% from 255) = 27.51%

 BLUE value IS 179 (70.31% from 255) = 52.96%

R = 19.53%
G = 27.51%
B = 52.96%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#425DB3 (or 0x425DB3) is known color: Free Speech Blue. HEX triplet: 42, 5D and B3. RGB value is (66,93,179). Sum of RGB (Red+Green+Blue) = 66+93+179=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #425DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425DB3 is #BDA24C. Grayscale: #5E5E5E. Windows color (decimal): -12427853 or 11754818. OLE color: 11754818.

HSL color Cylindrical-coordinate representation of color #425DB3: hue angle of 225.66º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #425DB3 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 93 179 -
CMYK 0.63 0.48 0 0.30
HSL 225.66º 0.46% 0.48% -
HSV(B) 225.66º 0.63% 0.7% -
XYZ 14.3 12.24 44.26 -
YUV 94.73 175.55 107.51 -
System Red Green Blue C M Y K H S L
Decimal 66 93 179 0.63 0.48 0 0.30 225.66 0.46 0.48
Hex 42 5D B3 3F 30 0 1E E2 2E 30
Octal 102 135 263 77 60 0 36 342 56 60
Binary 1000010 1011101 10110011 111111 110000 0 11110 11100010 101110 110000

Color Harmonies of #425DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425DB3

Black with #425DB3

Text Example


Text Example

White with #425DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #425DB3;
 }
 .AnyTagClassName
 {
   color: #425DB3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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