Html Css Color HEX #415575 Chambray

📋 copy color: '#415575'

red 65 ◦ green 85 ◦ blue 117

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

Shades of Chambray #415575

Tints of Chambray #415575

RGB

 RED value IS 65 (25.78% from 255) = 24.34%

 GREEN value IS 85 (33.59% from 255) = 31.84%

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

R = 24.34%
G = 31.84%
B = 43.82%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#415575 (or 0x415575) is known color: Chambray. HEX triplet: 41, 55 and 75. RGB value is (65,85,117). Sum of RGB (Red+Green+Blue) = 65+85+117=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #415575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415575 is #BEAA8A. Grayscale: #525252. Windows color (decimal): -12495499 or 7689537. OLE color: 7689537.

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

Color convert

RGB 65 85 117 -
CMYK 0.44 0.27 0 0.54
HSL 216.92º 0.29% 0.36% -
HSV(B) 216.92º 0.44% 0.46% -
XYZ 8.64 8.91 18.09 -
YUV 82.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 65 85 117 0.44 0.27 0 0.54 216.92 0.29 0.36
Hex 41 55 75 2C 1B 0 36 D9 1D 24
Octal 101 125 165 54 33 0 66 331 35 44
Binary 1000001 1010101 1110101 101100 11011 0 110110 11011001 11101 100100

Color Harmonies of #415575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415575

Black with #415575

Text Example


Text Example

White with #415575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415575; }

 p { color: rgb(65,85,117); }

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

background-color css

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

 a { background-color: rgb(65,85,117); }

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

border-color css

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

 span { border-color: rgb(65,85,117); }

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