Html Css Color HEX #415872 Chambray

📋 copy color: '#415872'

red 65 ◦ green 88 ◦ blue 114

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

Shades of Chambray #415872

Tints of Chambray #415872

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.7%

R = 24.34%
G = 32.96%
B = 42.7%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#415872 (or 0x415872) is known color: 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

RGB 65 88 114 -
CMYK 0.43 0.23 0 0.55
HSL 211.84º 0.27% 0.35% -
HSV(B) 211.84º 0.43% 0.45% -
XYZ 8.71 9.32 17.26 -
YUV 84.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 65 88 114 0.43 0.23 0 0.55 211.84 0.27 0.35
Hex 41 58 72 2B 17 0 37 D4 1B 23
Octal 101 130 162 53 27 0 67 324 33 43
Binary 1000001 1011000 1110010 101011 10111 0 110111 11010100 11011 100011

Color Harmonies of #415872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415872

Black with #415872

Text Example


Text Example

White with #415872

Text Example


Text Example

HTML Codes & Css Web 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>