#3558BE

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

Shades of Cerulean Blue #3558BE

Tints of Cerulean Blue #3558BE

Color information

#3558BE (or 0x3558BE) is unknown color: approx Cerulean Blue. HEX triplet: 35, 58 and BE. RGB value is (53,88,190). Sum of RGB (Red+Green+Blue) = 53+88+190=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #3558BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3558BE is #CAA741. Grayscale: #585858. Windows color (decimal): -13281090 or 12474421. OLE color: 12474421.

HSL color Cylindrical-coordinate representation of color #3558BE: hue angle of 224.67º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3558BE is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5388190-
CMYK0.720.5400.25
HSL224.67º56.38%47.65%-
HSV(B)224.67º72.11%74.51%-
XYZ14.2511.4550.17-
YUV89.16184.9102.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.01%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 190 (74.61% from 255) = 57.40%
R=16.01%
G=26.59%
B=57.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53881900.720.5400.25224.6756.3847.65
Hex3558BE4836019e13830
Octal65130276110660313417060
Binary110101101100010111110100100011011001100111100001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3558BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3558BE; }

 p { color: rgb(53,88,190); }

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

<style>
 a { background-color: #3558BE; }

 a { background-color: rgb(53,88,190); }

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

<style>
 span { border-color: #3558BE; }

 span { border-color: rgb(53,88,190); }

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