Html Css Color HEX #425984 Chambray

📋 copy color: '#425984'

red 66 ◦ green 89 ◦ blue 132

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

Shades of Chambray #425984

Tints of Chambray #425984

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.01%

 BLUE value IS 132 (51.95% from 255) = 45.99%

R = 23%
G = 31.01%
B = 45.99%

CMYK

 C value IS 0.5

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#425984 (or 0x425984) is known color: Chambray. HEX triplet: 42, 59 and 84. RGB value is (66,89,132). Sum of RGB (Red+Green+Blue) = 66+89+132=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #425984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425984 is #BDA67B. Grayscale: #565656. Windows color (decimal): -12428924 or 8673602. OLE color: 8673602.

HSL color Cylindrical-coordinate representation of color #425984: hue angle of 219.09º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #425984 is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 89 132 -
CMYK 0.5 0.33 0 0.48
HSL 219.09º 0.33% 0.39% -
HSV(B) 219.09º 0.5% 0.52% -
XYZ 9.98 9.97 23.23 -
YUV 87.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 66 89 132 0.5 0.33 0 0.48 219.09 0.33 0.39
Hex 42 59 84 32 21 0 30 DB 21 27
Octal 102 131 204 62 41 0 60 333 41 47
Binary 1000010 1011001 10000100 110010 100001 0 110000 11011011 100001 100111

Color Harmonies of #425984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425984

Black with #425984

Text Example


Text Example

White with #425984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425984; }

 p { color: rgb(66,89,132); }

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

background-color css

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

 a { background-color: rgb(66,89,132); }

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

border-color css

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

 span { border-color: rgb(66,89,132); }

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