#3558C4

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

Shades of Cerulean Blue #3558C4

Tints of Cerulean Blue #3558C4

Color information

#3558C4 (or 0x3558C4) is unknown color: approx Cerulean Blue. HEX triplet: 35, 58 and C4. RGB value is (53,88,196). Sum of RGB (Red+Green+Blue) = 53+88+196=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 196 (76.95% from 255 or 58.16% from 337); Max value from RGB is 196 - color contains mainly: blue. Hex color #3558C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3558C4 is #CAA73B. Grayscale: #595959. Windows color (decimal): -13281084 or 12867637. OLE color: 12867637.

HSL color Cylindrical-coordinate representation of color #3558C4: hue angle of 225.31º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3558C4 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5388196-
CMYK0.730.5500.23
HSL225.31º57.43%48.82%-
HSV(B)225.31º72.96%76.86%-
XYZ14.9211.7253.7-
YUV89.85187.9101.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.73%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 196 (76.95% from 255) = 58.16%
R=15.73%
G=26.11%
B=58.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal53881960.730.5500.23225.3157.4348.82
Hex3558C44937017e13931
Octal65130304111670273417161
Binary110101101100011000100100100111011101011111100001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3558C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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