Html Css Color HEX #425975 Chambray

📋 copy color: '#425975'

red 66 ◦ green 89 ◦ blue 117

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

Shades of Chambray #425975

Tints of Chambray #425975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.01%

R = 24.26%
G = 32.72%
B = 43.01%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#425975 (or 0x425975) is known color: Chambray. HEX triplet: 42, 59 and 75. RGB value is (66,89,117). Sum of RGB (Red+Green+Blue) = 66+89+117=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #425975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425975 is #BDA68A. Grayscale: #555555. Windows color (decimal): -12428939 or 7690562. OLE color: 7690562.

HSL color Cylindrical-coordinate representation of color #425975: hue angle of 212.94º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #425975 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 89 117 -
CMYK 0.44 0.24 0 0.54
HSL 212.94º 0.28% 0.36% -
HSV(B) 212.94º 0.44% 0.46% -
XYZ 9.03 9.59 18.2 -
YUV 85.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 66 89 117 0.44 0.24 0 0.54 212.94 0.28 0.36
Hex 42 59 75 2C 18 0 36 D5 1C 24
Octal 102 131 165 54 30 0 66 325 34 44
Binary 1000010 1011001 1110101 101100 11000 0 110110 11010101 11100 100100

Color Harmonies of #425975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425975

Black with #425975

Text Example


Text Example

White with #425975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425975; }

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

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

background-color css

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

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

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

border-color css

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

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

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