Html Css Color HEX #425C78 Chambray

📋 copy color: '#425C78'

red 66 ◦ green 92 ◦ blue 120

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

Shades of Chambray #425C78

Tints of Chambray #425C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.09%

 BLUE value IS 120 (47.27% from 255) = 43.17%

R = 23.74%
G = 33.09%
B = 43.17%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#425C78 (or 0x425C78) is known color: Chambray. HEX triplet: 42, 5C and 78. RGB value is (66,92,120). Sum of RGB (Red+Green+Blue) = 66+92+120=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #425C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C78 is #BDA387. Grayscale: #575757. Windows color (decimal): -12428168 or 7887938. OLE color: 7887938.

HSL color Cylindrical-coordinate representation of color #425C78: hue angle of 211.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #425C78 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 92 120 -
CMYK 0.45 0.23 0 0.53
HSL 211.11º 0.29% 0.36% -
HSV(B) 211.11º 0.45% 0.47% -
XYZ 9.46 10.17 19.23 -
YUV 87.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 66 92 120 0.45 0.23 0 0.53 211.11 0.29 0.36
Hex 42 5C 78 2D 17 0 35 D3 1D 24
Octal 102 134 170 55 27 0 65 323 35 44
Binary 1000010 1011100 1111000 101101 10111 0 110101 11010011 11101 100100

Color Harmonies of #425C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C78

Black with #425C78

Text Example


Text Example

White with #425C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,92,120); }

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

background-color css

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

 a { background-color: rgb(66,92,120); }

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

border-color css

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

 span { border-color: rgb(66,92,120); }

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