#3C5377

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

Shades of Chambray #3C5377

Tints of Chambray #3C5377

Color information

#3C5377 (or 0x3C5377) is unknown color: approx Chambray. HEX triplet: 3C, 53 and 77. RGB value is (60,83,119). Sum of RGB (Red+Green+Blue) = 60+83+119=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C5377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5377 is #C3AC88. Grayscale: #505050. Windows color (decimal): -12823689 or 7820092. OLE color: 7820092.

HSL color Cylindrical-coordinate representation of color #3C5377: hue angle of 216.61º degrees, saturation: 0.33, 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 #3C5377 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6083119-
CMYK0.500.3000.53
HSL216.61º32.96%35.1%-
HSV(B)216.61º49.58%46.67%-
XYZ8.298.4818.65-
YUV80.23149.88113.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.90%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 119 (46.88% from 255) = 45.42%
R=22.90%
G=31.68%
B=45.42%

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
Decimal60831190.500.3000.53216.6132.9635.1
Hex3C5377321E035d92123
Octal7412316762360653314143
Binary1111001010011111011111001011110011010111011001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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