Html Css Color HEX #415571 Chambray

📋 copy color: '#415571'

red 65 ◦ green 85 ◦ blue 113

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

Shades of Chambray #415571

Tints of Chambray #415571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.97%

R = 24.71%
G = 32.32%
B = 42.97%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#415571 (or 0x415571) is known color: Chambray. HEX triplet: 41, 55 and 71. RGB value is (65,85,113). Sum of RGB (Red+Green+Blue) = 65+85+113=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #415571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415571 is #BEAA8E. Grayscale: #525252. Windows color (decimal): -12495503 or 7427393. OLE color: 7427393.

HSL color Cylindrical-coordinate representation of color #415571: hue angle of 215º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #415571 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 85 113 -
CMYK 0.42 0.25 0 0.56
HSL 215º 0.27% 0.35% -
HSV(B) 215º 0.42% 0.44% -
XYZ 8.41 8.81 16.88 -
YUV 82.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 65 85 113 0.42 0.25 0 0.56 215 0.27 0.35
Hex 41 55 71 2A 19 0 38 D7 1B 23
Octal 101 125 161 52 31 0 70 327 33 43
Binary 1000001 1010101 1110001 101010 11001 0 111000 11010111 11011 100011

Color Harmonies of #415571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415571

Black with #415571

Text Example


Text Example

White with #415571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415571; }

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

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

background-color css

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

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

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

border-color css

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

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

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