Html Css Color HEX #425A75 Chambray

📋 copy color: '#425A75'

red 66 ◦ green 90 ◦ blue 117

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

Shades of Chambray #425A75

Tints of Chambray #425A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.97%

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

R = 24.18%
G = 32.97%
B = 42.86%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#425A75 (or 0x425A75) is known color: Chambray. HEX triplet: 42, 5A and 75. RGB value is (66,90,117). Sum of RGB (Red+Green+Blue) = 66+90+117=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #425A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A75 is #BDA58A. Grayscale: #555555. Windows color (decimal): -12428683 or 7690818. OLE color: 7690818.

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

Color convert

RGB 66 90 117 -
CMYK 0.44 0.23 0 0.54
HSL 211.76º 0.28% 0.36% -
HSV(B) 211.76º 0.44% 0.46% -
XYZ 9.11 9.75 18.23 -
YUV 85.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 66 90 117 0.44 0.23 0 0.54 211.76 0.28 0.36
Hex 42 5A 75 2C 17 0 36 D4 1C 24
Octal 102 132 165 54 27 0 66 324 34 44
Binary 1000010 1011010 1110101 101100 10111 0 110110 11010100 11100 100100

Color Harmonies of #425A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A75

Black with #425A75

Text Example


Text Example

White with #425A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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