#3557BA

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

Shades of Cerulean Blue #3557BA

Tints of Cerulean Blue #3557BA

Color information

#3557BA (or 0x3557BA) is unknown color: approx Cerulean Blue. HEX triplet: 35, 57 and BA. RGB value is (53,87,186). Sum of RGB (Red+Green+Blue) = 53+87+186=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #3557BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3557BA is #CAA845. Grayscale: #575757. Windows color (decimal): -13281350 or 12212021. OLE color: 12212021.

HSL color Cylindrical-coordinate representation of color #3557BA: hue angle of 224.66º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3557BA is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5387186-
CMYK0.720.5300.27
HSL224.66º55.65%46.86%-
HSV(B)224.66º71.51%72.94%-
XYZ13.7411.1247.88-
YUV88.12183.24102.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 87 (34.38% from 255) = 26.69%
BLUE value IS 186 (73.05% from 255) = 57.06%
R=16.26%
G=26.69%
B=57.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53871860.720.5300.27224.6655.6546.86
Hex3557BA483501Be1382f
Octal65127272110650333417057
Binary110101101011110111010100100011010101101111100001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3557BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3557BA; }

 p { color: rgb(53,87,186); }

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

<style>
 a { background-color: #3557BA; }

 a { background-color: rgb(53,87,186); }

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

<style>
 span { border-color: #3557BA; }

 span { border-color: rgb(53,87,186); }

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