#3A506A

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

Shades of Cello #3A506A

Tints of Cello #3A506A

Color information

#3A506A (or 0x3A506A) is unknown color: approx Cello. HEX triplet: 3A, 50 and 6A. RGB value is (58,80,106). Sum of RGB (Red+Green+Blue) = 58+80+106=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A506A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A506A is #C5AF95. Grayscale: #4C4C4C. Windows color (decimal): -12955542 or 6967354. OLE color: 6967354.

HSL color Cylindrical-coordinate representation of color #3A506A: hue angle of 212.5º 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 #3A506A is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5880106-
CMYK0.450.2500.58
HSL212.5º29.27%32.16%-
HSV(B)212.5º45.28%41.57%-
XYZ7.227.6814.74-
YUV76.39144.71114.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.77%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 106 (41.80% from 255) = 43.44%
R=23.77%
G=32.79%
B=43.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58801060.450.2500.58212.529.2732.16
Hex3A506A2D1903Ad41d20
Octal7212015255310723243540
Binary111010101000011010101011011100101110101101010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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