#3B5466

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

Shades of Cello #3B5466

Tints of Cello #3B5466

Color information

#3B5466 (or 0x3B5466) is unknown color: approx Cello. HEX triplet: 3B, 54 and 66. RGB value is (59,84,102). Sum of RGB (Red+Green+Blue) = 59+84+102=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 102 - color contains mainly: blue. Hex color #3B5466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5466 is #C4AB99. Grayscale: #4E4E4E. Windows color (decimal): -12888986 or 6706235. OLE color: 6706235.

HSL color Cylindrical-coordinate representation of color #3B5466: hue angle of 205.12º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B5466 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5984102-
CMYK0.420.1800.6
HSL205.12º26.71%31.57%-
HSV(B)205.12º42.16%40%-
XYZ7.378.2313.77-
YUV78.58141.22114.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.08%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 102 (40.23% from 255) = 41.63%
R=24.08%
G=34.29%
B=41.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal59841020.420.1800.6205.1226.7131.57
Hex3B54662A1203Ccd1b20
Octal7312414652220743153340
Binary111011101010011001101010101001001111001100110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,84,102); }

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

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

 a { background-color: rgb(59,84,102); }

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

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

 span { border-color: rgb(59,84,102); }

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