Html Css Color HEX #41587C Chambray

📋 copy color: '#41587C'

red 65 ◦ green 88 ◦ blue 124

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

Shades of Chambray #41587C

Tints of Chambray #41587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.77%

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

R = 23.47%
G = 31.77%
B = 44.77%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41587C (or 0x41587C) is known color: Chambray. HEX triplet: 41, 58 and 7C. RGB value is (65,88,124). Sum of RGB (Red+Green+Blue) = 65+88+124=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #41587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41587C is #BEA783. Grayscale: #555555. Windows color (decimal): -12494724 or 8149057. OLE color: 8149057.

HSL color Cylindrical-coordinate representation of color #41587C: hue angle of 216.61º 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 #41587C is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 88 124 -
CMYK 0.48 0.29 0 0.51
HSL 216.61º 0.31% 0.37% -
HSV(B) 216.61º 0.48% 0.49% -
XYZ 9.31 9.56 20.42 -
YUV 85.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 65 88 124 0.48 0.29 0 0.51 216.61 0.31 0.37
Hex 41 58 7C 30 1D 0 33 D9 1F 25
Octal 101 130 174 60 35 0 63 331 37 45
Binary 1000001 1011000 1111100 110000 11101 0 110011 11011001 11111 100101

Color Harmonies of #41587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41587C

Black with #41587C

Text Example


Text Example

White with #41587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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