Html Css Color HEX #41587D Chambray

📋 copy color: '#41587D'

red 65 ◦ green 88 ◦ blue 125

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

Shades of Chambray #41587D

Tints of Chambray #41587D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.96%

R = 23.38%
G = 31.65%
B = 44.96%

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

#41587D (or 0x41587D) is known color: Chambray. HEX triplet: 41, 58 and 7D. RGB value is (65,88,125). Sum of RGB (Red+Green+Blue) = 65+88+125=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #41587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41587D is #BEA782. Grayscale: #555555. Windows color (decimal): -12494723 or 8214593. OLE color: 8214593.

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

Color convert

RGB 65 88 125 -
CMYK 0.48 0.30 0 0.51
HSL 217º 0.32% 0.37% -
HSV(B) 217º 0.48% 0.49% -
XYZ 9.37 9.58 20.76 -
YUV 85.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 65 88 125 0.48 0.30 0 0.51 217 0.32 0.37
Hex 41 58 7D 30 1E 0 33 D9 20 25
Octal 101 130 175 60 36 0 63 331 40 45
Binary 1000001 1011000 1111101 110000 11110 0 110011 11011001 100000 100101

Color Harmonies of #41587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41587D

Black with #41587D

Text Example


Text Example

White with #41587D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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