Html Css Color HEX #415573 Chambray

📋 copy color: '#415573'

red 65 ◦ green 85 ◦ blue 115

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

Shades of Chambray #415573

Tints of Chambray #415573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.4%

R = 24.53%
G = 32.08%
B = 43.4%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#415573 (or 0x415573) is known color: Chambray. HEX triplet: 41, 55 and 73. RGB value is (65,85,115). Sum of RGB (Red+Green+Blue) = 65+85+115=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #415573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415573 is #BEAA8C. Grayscale: #525252. Windows color (decimal): -12495501 or 7558465. OLE color: 7558465.

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

Color convert

RGB 65 85 115 -
CMYK 0.43 0.26 0 0.55
HSL 216º 0.28% 0.35% -
HSV(B) 216º 0.43% 0.45% -
XYZ 8.52 8.86 17.48 -
YUV 82.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 65 85 115 0.43 0.26 0 0.55 216 0.28 0.35
Hex 41 55 73 2B 1A 0 37 D8 1C 23
Octal 101 125 163 53 32 0 67 330 34 43
Binary 1000001 1010101 1110011 101011 11010 0 110111 11011000 11100 100011

Color Harmonies of #415573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415573

Black with #415573

Text Example


Text Example

White with #415573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415573; }

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

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

background-color css

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

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

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

border-color css

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

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

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