#3A56B2

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

Shades of Cerulean Blue #3A56B2

Tints of Cerulean Blue #3A56B2

Color information

#3A56B2 (or 0x3A56B2) is unknown color: approx Cerulean Blue. HEX triplet: 3A, 56 and B2. RGB value is (58,86,178). Sum of RGB (Red+Green+Blue) = 58+86+178=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 178 (69.92% from 255 or 55.28% from 322); Max value from RGB is 178 - color contains mainly: blue. Hex color #3A56B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A56B2 is #C5A94D. Grayscale: #575757. Windows color (decimal): -12953934 or 11687482. OLE color: 11687482.

HSL color Cylindrical-coordinate representation of color #3A56B2: hue angle of 226º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A56B2 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5886178-
CMYK0.670.5200.30
HSL226º50.85%46.27%-
HSV(B)226º67.42%69.8%-
XYZ13.1110.7743.51-
YUV88.12178.72106.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.01%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 178 (69.92% from 255) = 55.28%
R=18.01%
G=26.71%
B=55.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal58861780.670.5200.3022650.8546.27
Hex3A56B2433401Ee2332e
Octal72126262103640363426356
Binary111010101011010110010100001111010001111011100010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A56B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,86,178); }

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

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

 a { background-color: rgb(58,86,178); }

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

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

 span { border-color: rgb(58,86,178); }

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