Html Css Color HEX #425775 Chambray

📋 copy color: '#425775'

red 66 ◦ green 87 ◦ blue 117

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

Shades of Chambray #425775

Tints of Chambray #425775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

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

R = 24.44%
G = 32.22%
B = 43.33%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#425775 (or 0x425775) is known color: Chambray. HEX triplet: 42, 57 and 75. RGB value is (66,87,117). Sum of RGB (Red+Green+Blue) = 66+87+117=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #425775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425775 is #BDA88A. Grayscale: #545454. Windows color (decimal): -12429451 or 7690050. OLE color: 7690050.

HSL color Cylindrical-coordinate representation of color #425775: hue angle of 215.29º 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 #425775 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 87 117 -
CMYK 0.44 0.26 0 0.54
HSL 215.29º 0.28% 0.36% -
HSV(B) 215.29º 0.44% 0.46% -
XYZ 8.87 9.26 18.15 -
YUV 84.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 66 87 117 0.44 0.26 0 0.54 215.29 0.28 0.36
Hex 42 57 75 2C 1A 0 36 D7 1C 24
Octal 102 127 165 54 32 0 66 327 34 44
Binary 1000010 1010111 1110101 101100 11010 0 110110 11010111 11100 100100

Color Harmonies of #425775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425775

Black with #425775

Text Example


Text Example

White with #425775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425775; }

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

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

background-color css

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

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

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

border-color css

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

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

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