#3A4A60

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

Shades of Cello #3A4A60

Tints of Cello #3A4A60

Color information

#3A4A60 (or 0x3A4A60) is unknown color: approx Cello. HEX triplet: 3A, 4A and 60. RGB value is (58,74,96). Sum of RGB (Red+Green+Blue) = 58+74+96=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A4A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4A60 is #C5B59F. Grayscale: #474747. Windows color (decimal): -12957088 or 6310458. OLE color: 6310458.

HSL color Cylindrical-coordinate representation of color #3A4A60: hue angle of 214.74º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A4A60 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB587496-
CMYK0.400.2300.62
HSL214.74º24.68%30.2%-
HSV(B)214.74º39.58%37.65%-
XYZ6.316.6412.02-
YUV71.72141.7118.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.44%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=25.44%
G=32.46%
B=42.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5874960.400.2300.62214.7424.6830.2
Hex3A4A60281703Ed7191e
Octal7211214050270763273136
Binary11101010010101100000101000101110111110110101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,74,96); }

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

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

 a { background-color: rgb(58,74,96); }

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

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

 span { border-color: rgb(58,74,96); }

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