Html Css Color HEX #415772 Chambray

📋 copy color: '#415772'

red 65 ◦ green 87 ◦ blue 114

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

Shades of Chambray #415772

Tints of Chambray #415772

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.71%

 BLUE value IS 114 (44.92% from 255) = 42.86%

R = 24.44%
G = 32.71%
B = 42.86%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#415772 (or 0x415772) is known color: Chambray. HEX triplet: 41, 57 and 72. RGB value is (65,87,114). Sum of RGB (Red+Green+Blue) = 65+87+114=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #415772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415772 is #BEA88D. Grayscale: #535353. Windows color (decimal): -12494990 or 7493441. OLE color: 7493441.

HSL color Cylindrical-coordinate representation of color #415772: hue angle of 213.06º 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 #415772 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 87 114 -
CMYK 0.43 0.24 0 0.55
HSL 213.06º 0.27% 0.35% -
HSV(B) 213.06º 0.43% 0.45% -
XYZ 8.63 9.16 17.23 -
YUV 83.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 65 87 114 0.43 0.24 0 0.55 213.06 0.27 0.35
Hex 41 57 72 2B 18 0 37 D5 1B 23
Octal 101 127 162 53 30 0 67 325 33 43
Binary 1000001 1010111 1110010 101011 11000 0 110111 11010101 11011 100011

Color Harmonies of #415772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415772

Black with #415772

Text Example


Text Example

White with #415772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415772; }

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

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

background-color css

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

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

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

border-color css

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

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

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