Html Css Color HEX #425875 Chambray

📋 copy color: '#425875'

red 66 ◦ green 88 ◦ blue 117

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

Shades of Chambray #425875

Tints of Chambray #425875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.47%

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

R = 24.35%
G = 32.47%
B = 43.17%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#425875 (or 0x425875) is known color: Chambray. HEX triplet: 42, 58 and 75. RGB value is (66,88,117). Sum of RGB (Red+Green+Blue) = 66+88+117=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #425875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425875 is #BDA78A. Grayscale: #545454. Windows color (decimal): -12429195 or 7690306. OLE color: 7690306.

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

Color convert

RGB 66 88 117 -
CMYK 0.44 0.25 0 0.54
HSL 214.12º 0.28% 0.36% -
HSV(B) 214.12º 0.44% 0.46% -
XYZ 8.95 9.42 18.18 -
YUV 84.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 66 88 117 0.44 0.25 0 0.54 214.12 0.28 0.36
Hex 42 58 75 2C 19 0 36 D6 1C 24
Octal 102 130 165 54 31 0 66 326 34 44
Binary 1000010 1011000 1110101 101100 11001 0 110110 11010110 11100 100100

Color Harmonies of #425875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425875

Black with #425875

Text Example


Text Example

White with #425875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425875; }

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

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

background-color css

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

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

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

border-color css

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

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

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