Html Css Color HEX #41577C Chambray

📋 copy color: '#41577C'

red 65 ◦ green 87 ◦ blue 124

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

Shades of Chambray #41577C

Tints of Chambray #41577C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 23.55%
G = 31.52%
B = 44.93%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41577C (or 0x41577C) is known color: Chambray. HEX triplet: 41, 57 and 7C. RGB value is (65,87,124). Sum of RGB (Red+Green+Blue) = 65+87+124=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #41577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41577C is #BEA883. Grayscale: #545454. Windows color (decimal): -12494980 or 8148801. OLE color: 8148801.

HSL color Cylindrical-coordinate representation of color #41577C: hue angle of 217.63º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41577C is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 87 124 -
CMYK 0.48 0.30 0 0.51
HSL 217.63º 0.31% 0.37% -
HSV(B) 217.63º 0.48% 0.49% -
XYZ 9.23 9.4 20.4 -
YUV 84.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 65 87 124 0.48 0.30 0 0.51 217.63 0.31 0.37
Hex 41 57 7C 30 1E 0 33 DA 1F 25
Octal 101 127 174 60 36 0 63 332 37 45
Binary 1000001 1010111 1111100 110000 11110 0 110011 11011010 11111 100101

Color Harmonies of #41577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41577C

Black with #41577C

Text Example


Text Example

White with #41577C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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