#3B5377

Color #3B5377 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #3B5377

Tints of Chambray #3B5377

Color information

#3B5377 (or 0x3B5377) is unknown color: approx Chambray. HEX triplet: 3B, 53 and 77. RGB value is (59,83,119). Sum of RGB (Red+Green+Blue) = 59+83+119=261 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.61% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B5377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5377 is #C4AC88. Grayscale: #4F4F4F. Windows color (decimal): -12889225 or 7820091. OLE color: 7820091.

HSL color Cylindrical-coordinate representation of color #3B5377: hue angle of 216º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B5377 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5983119-
CMYK0.500.3000.53
HSL216º33.71%34.9%-
HSV(B)216º50.42%46.67%-
XYZ8.238.4518.65-
YUV79.93150.05113.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.61%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 119 (46.88% from 255) = 45.59%
R=22.61%
G=31.80%
B=45.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59831190.500.3000.5321633.7134.9
Hex3B5377321E035d82223
Octal7312316762360653304243
Binary1110111010011111011111001011110011010111011000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B5377; }

 p { color: rgb(59,83,119); }

 H1.HeaderClassName
 {
   color: #3B5377;
 }
 .AnyTagClassName
 {
   color: #3B5377;
 }
</style>
background-color css

<style>
 a { background-color: #3B5377; }

 a { background-color: rgb(59,83,119); }

 div.DivClassName
 {
   background-color: #3B5377;
 }
 .BgClassName
 {
   background-color: #3B5377;
 }
</style>
border-color css

<style>
 span { border-color: #3B5377; }

 span { border-color: rgb(59,83,119); }

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