Html Css Color HEX #41557F Chambray

📋 copy color: '#41557F'

red 65 ◦ green 85 ◦ blue 127

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

Shades of Chambray #41557F

Tints of Chambray #41557F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.85%

R = 23.47%
G = 30.69%
B = 45.85%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#41557F (or 0x41557F) is known color: Chambray. HEX triplet: 41, 55 and 7F. RGB value is (65,85,127). Sum of RGB (Red+Green+Blue) = 65+85+127=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #41557F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41557F is #BEAA80. Grayscale: #535353. Windows color (decimal): -12495489 or 8344897. OLE color: 8344897.

HSL color Cylindrical-coordinate representation of color #41557F: hue angle of 220.65º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41557F is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 85 127 -
CMYK 0.49 0.33 0 0.50
HSL 220.65º 0.32% 0.38% -
HSV(B) 220.65º 0.49% 0.5% -
XYZ 9.26 9.15 21.36 -
YUV 83.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 65 85 127 0.49 0.33 0 0.50 220.65 0.32 0.38
Hex 41 55 7F 31 21 0 32 DD 20 26
Octal 101 125 177 61 41 0 62 335 40 46
Binary 1000001 1010101 1111111 110001 100001 0 110010 11011101 100000 100110

Color Harmonies of #41557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41557F

Black with #41557F

Text Example


Text Example

White with #41557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41557F; }

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

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

background-color css

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

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

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

border-color css

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

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

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