#3A5566

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

Shades of Cello #3A5566

Tints of Cello #3A5566

Color information

#3A5566 (or 0x3A5566) is unknown color: approx Cello. HEX triplet: 3A, 55 and 66. RGB value is (58,85,102). Sum of RGB (Red+Green+Blue) = 58+85+102=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 85 (33.59% from 255 or 34.69% 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 #3A5566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5566 is #C5AA99. Grayscale: #4E4E4E. Windows color (decimal): -12954266 or 6706490. OLE color: 6706490.

HSL color Cylindrical-coordinate representation of color #3A5566: hue angle of 203.18º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A5566 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5885102-
CMYK0.430.1700.6
HSL203.18º27.5%31.37%-
HSV(B)203.18º43.14%40%-
XYZ7.398.3613.79-
YUV78.86141.05113.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.67%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 102 (40.23% from 255) = 41.63%
R=23.67%
G=34.69%
B=41.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal58851020.430.1700.6203.1827.531.37
Hex3A55662B1103Ccb1c1f
Octal7212514653210743133437
Binary11101010101011100110101011100010111100110010111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,85,102); }

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

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

 a { background-color: rgb(58,85,102); }

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

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

 span { border-color: rgb(58,85,102); }

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