Html Css Color HEX #415577 Chambray

📋 copy color: '#415577'

red 65 ◦ green 85 ◦ blue 119

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

Shades of Chambray #415577

Tints of Chambray #415577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.24%

R = 24.16%
G = 31.6%
B = 44.24%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#415577 (or 0x415577) is known color: Chambray. HEX triplet: 41, 55 and 77. RGB value is (65,85,119). Sum of RGB (Red+Green+Blue) = 65+85+119=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #415577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415577 is #BEAA88. Grayscale: #525252. Windows color (decimal): -12495497 or 7820609. OLE color: 7820609.

HSL color Cylindrical-coordinate representation of color #415577: hue angle of 217.78º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #415577 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 85 119 -
CMYK 0.45 0.29 0 0.53
HSL 217.78º 0.29% 0.36% -
HSV(B) 217.78º 0.45% 0.47% -
XYZ 8.76 8.95 18.72 -
YUV 82.9 148.37 115.24 -
System Red Green Blue C M Y K H S L
Decimal 65 85 119 0.45 0.29 0 0.53 217.78 0.29 0.36
Hex 41 55 77 2D 1D 0 35 DA 1D 24
Octal 101 125 167 55 35 0 65 332 35 44
Binary 1000001 1010101 1110111 101101 11101 0 110101 11011010 11101 100100

Color Harmonies of #415577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415577

Black with #415577

Text Example


Text Example

White with #415577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415577; }

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

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

background-color css

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

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

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

border-color css

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

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

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