#3C4B5B

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

Shades of Cello #3C4B5B

Tints of Cello #3C4B5B

Color information

#3C4B5B (or 0x3C4B5B) is unknown color: approx Cello. HEX triplet: 3C, 4B and 5B. RGB value is (60,75,91). Sum of RGB (Red+Green+Blue) = 60+75+91=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C4B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4B5B is #C3B4A4. Grayscale: #484848. Windows color (decimal): -12825765 or 5983036. OLE color: 5983036.

HSL color Cylindrical-coordinate representation of color #3C4B5B: hue angle of 210.97º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3C4B5B is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB607591-
CMYK0.340.1800.64
HSL210.97º20.53%29.61%-
HSV(B)210.97º34.07%35.69%-
XYZ6.276.7510.87-
YUV72.34138.53119.2-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.55%
GREEN value IS 75 (29.69% from 255) = 33.19%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=26.55%
G=33.19%
B=40.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6075910.340.1800.64210.9720.5329.61
Hex3C4B5B2212040d3151e
Octal74113133422201003232536
Binary111100100101110110111000101001001000000110100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,75,91); }

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

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

 a { background-color: rgb(60,75,91); }

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

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

 span { border-color: rgb(60,75,91); }

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