#355EC3

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

Shades of Cerulean Blue #355EC3

Tints of Cerulean Blue #355EC3

Color information

#355EC3 (or 0x355EC3) is unknown color: approx Cerulean Blue. HEX triplet: 35, 5E and C3. RGB value is (53,94,195). Sum of RGB (Red+Green+Blue) = 53+94+195=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 195 (76.56% from 255 or 57.02% from 342); Max value from RGB is 195 - color contains mainly: blue. Hex color #355EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355EC3 is #CAA13C. Grayscale: #5C5C5C. Windows color (decimal): -13279549 or 12803637. OLE color: 12803637.

HSL color Cylindrical-coordinate representation of color #355EC3: hue angle of 222.68º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #355EC3 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5394195-
CMYK0.730.5200.24
HSL222.68º57.26%48.63%-
HSV(B)222.68º72.82%76.47%-
XYZ15.3212.753.27-
YUV93.26185.4299.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.50%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 195 (76.56% from 255) = 57.02%
R=15.50%
G=27.49%
B=57.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53941950.730.5200.24222.6857.2648.63
Hex355EC34934018df3931
Octal65136303111640303377161
Binary110101101111011000011100100111010001100011011111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355EC3; }

 p { color: rgb(53,94,195); }

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

<style>
 a { background-color: #355EC3; }

 a { background-color: rgb(53,94,195); }

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

<style>
 span { border-color: #355EC3; }

 span { border-color: rgb(53,94,195); }

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