Html Css Color HEX #41556C Chambray

📋 copy color: '#41556C'

red 65 ◦ green 85 ◦ blue 108

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

Shades of Chambray #41556C

Tints of Chambray #41556C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.86%

R = 25.19%
G = 32.95%
B = 41.86%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41556C (or 0x41556C) is known color: Chambray. HEX triplet: 41, 55 and 6C. RGB value is (65,85,108). Sum of RGB (Red+Green+Blue) = 65+85+108=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #41556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41556C is #BEAA93. Grayscale: #515151. Windows color (decimal): -12495508 or 7099713. OLE color: 7099713.

HSL color Cylindrical-coordinate representation of color #41556C: hue angle of 212.09º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41556C is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 85 108 -
CMYK 0.40 0.21 0 0.58
HSL 212.09º 0.25% 0.34% -
HSV(B) 212.09º 0.4% 0.42% -
XYZ 8.14 8.7 15.44 -
YUV 81.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 65 85 108 0.40 0.21 0 0.58 212.09 0.25 0.34
Hex 41 55 6C 28 15 0 3A D4 19 22
Octal 101 125 154 50 25 0 72 324 31 42
Binary 1000001 1010101 1101100 101000 10101 0 111010 11010100 11001 100010

Color Harmonies of #41556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41556C

Black with #41556C

Text Example


Text Example

White with #41556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41556C; }

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

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

background-color css

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

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

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

border-color css

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

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

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