Html Css Color HEX #425C87 Chambray

📋 copy color: '#425C87'

red 66 ◦ green 92 ◦ blue 135

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

Shades of Chambray #425C87

Tints of Chambray #425C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.08%

R = 22.53%
G = 31.4%
B = 46.08%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#425C87 (or 0x425C87) is known color: Chambray. HEX triplet: 42, 5C and 87. RGB value is (66,92,135). Sum of RGB (Red+Green+Blue) = 66+92+135=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #425C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425C87 is #BDA378. Grayscale: #585858. Windows color (decimal): -12428153 or 8870978. OLE color: 8870978.

HSL color Cylindrical-coordinate representation of color #425C87: hue angle of 217.39º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #425C87 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 92 135 -
CMYK 0.51 0.32 0 0.47
HSL 217.39º 0.34% 0.39% -
HSV(B) 217.39º 0.51% 0.53% -
XYZ 10.45 10.56 24.41 -
YUV 89.13 153.89 111.5 -
System Red Green Blue C M Y K H S L
Decimal 66 92 135 0.51 0.32 0 0.47 217.39 0.34 0.39
Hex 42 5C 87 33 20 0 2F D9 22 27
Octal 102 134 207 63 40 0 57 331 42 47
Binary 1000010 1011100 10000111 110011 100000 0 101111 11011001 100010 100111

Color Harmonies of #425C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C87

Black with #425C87

Text Example


Text Example

White with #425C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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