#3A4B59

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

Shades of Cello #3A4B59

Tints of Cello #3A4B59

Color information

#3A4B59 (or 0x3A4B59) is unknown color: approx Cello. HEX triplet: 3A, 4B and 59. RGB value is (58,75,89). Sum of RGB (Red+Green+Blue) = 58+75+89=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A4B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4B59 is #C5B4A6. Grayscale: #474747. Windows color (decimal): -12956839 or 5851962. OLE color: 5851962.

HSL color Cylindrical-coordinate representation of color #3A4B59: hue angle of 207.1º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A4B59 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB587589-
CMYK0.350.1600.65
HSL207.1º21.09%28.82%-
HSV(B)207.1º34.83%34.9%-
XYZ6.066.6510.42-
YUV71.51137.87118.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.13%
GREEN value IS 75 (29.69% from 255) = 33.78%
BLUE value IS 89 (35.16% from 255) = 40.09%
R=26.13%
G=33.78%
B=40.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5875890.350.1600.65207.121.0928.82
Hex3A4B592310041cf151d
Octal72113131432001013172535
Binary111010100101110110011000111000001000001110011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,75,89); }

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

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

 a { background-color: rgb(58,75,89); }

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

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

 span { border-color: rgb(58,75,89); }

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