#3A556A

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

Shades of Cello #3A556A

Tints of Cello #3A556A

Color information

#3A556A (or 0x3A556A) is unknown color: approx Cello. HEX triplet: 3A, 55 and 6A. RGB value is (58,85,106). Sum of RGB (Red+Green+Blue) = 58+85+106=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A556A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A556A is #C5AA95. Grayscale: #4F4F4F. Windows color (decimal): -12954262 or 6968634. OLE color: 6968634.

HSL color Cylindrical-coordinate representation of color #3A556A: hue angle of 206.25º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A556A is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5885106-
CMYK0.450.2000.58
HSL206.25º29.27%32.16%-
HSV(B)206.25º45.28%41.57%-
XYZ7.598.4414.86-
YUV79.32143.05112.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.29%
GREEN value IS 85 (33.59% from 255) = 34.14%
BLUE value IS 106 (41.80% from 255) = 42.57%
R=23.29%
G=34.14%
B=42.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58851060.450.2000.58206.2529.2732.16
Hex3A556A2D1403Ace1d20
Octal7212515255240723163540
Binary111010101010111010101011011010001110101100111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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