#3A4A5D

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

Shades of Cello #3A4A5D

Tints of Cello #3A4A5D

Color information

#3A4A5D (or 0x3A4A5D) is unknown color: approx Cello. HEX triplet: 3A, 4A and 5D. RGB value is (58,74,93). Sum of RGB (Red+Green+Blue) = 58+74+93=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A4A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4A5D is #C5B5A2. Grayscale: #474747. Windows color (decimal): -12957091 or 6113850. OLE color: 6113850.

HSL color Cylindrical-coordinate representation of color #3A4A5D: hue angle of 212.57º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A4A5D is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB587493-
CMYK0.380.2000.64
HSL212.57º23.18%29.61%-
HSV(B)212.57º37.63%36.47%-
XYZ6.176.5911.3-
YUV71.38140.2118.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.78%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=25.78%
G=32.89%
B=41.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5874930.380.2000.64212.5723.1829.61
Hex3A4A5D2614040d5171e
Octal72112135462401003252736
Binary111010100101010111011001101010001000000110101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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