#415872

Color #415872 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #415872

Tints of Chambray #415872

Color information

#415872 (or 0x415872) is unknown color: approx Chambray. HEX triplet: 41, 58 and 72. RGB value is (65,88,114). Sum of RGB (Red+Green+Blue) = 65+88+114=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #415872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415872 is #BEA78D. Grayscale: #535353. Windows color (decimal): -12494734 or 7493697. OLE color: 7493697.

HSL color Cylindrical-coordinate representation of color #415872: hue angle of 211.84º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #415872 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6588114-
CMYK0.430.2300.55
HSL211.84º27.37%35.1%-
HSV(B)211.84º42.98%44.71%-
XYZ8.719.3217.26-
YUV84.09144.88114.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.34%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=24.34%
G=32.96%
B=42.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65881140.430.2300.55211.8427.3735.1
Hex4158722B17037d41b23
Octal10113016253270673243343
Binary1000001101100011100101010111011101101111101010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415872; }

 p { color: rgb(65,88,114); }

 H1.HeaderClassName
 {
   color: #415872;
 }
 .AnyTagClassName
 {
   color: #415872;
 }
</style>
background-color css

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

 a { background-color: rgb(65,88,114); }

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

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

 span { border-color: rgb(65,88,114); }

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