#355FC0

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

Shades of Cerulean Blue #355FC0

Tints of Cerulean Blue #355FC0

Color information

#355FC0 (or 0x355FC0) is unknown color: approx Cerulean Blue. HEX triplet: 35, 5F and C0. RGB value is (53,95,192). Sum of RGB (Red+Green+Blue) = 53+95+192=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 192 (75.39% from 255 or 56.47% from 340); Max value from RGB is 192 - color contains mainly: blue. Hex color #355FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FC0 is #CAA03F. Grayscale: #5D5D5D. Windows color (decimal): -13279296 or 12607285. OLE color: 12607285.

HSL color Cylindrical-coordinate representation of color #355FC0: hue angle of 221.87º degrees, saturation: 0.57, 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 #355FC0 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5395192-
CMYK0.720.5100.25
HSL221.87º56.73%48.04%-
HSV(B)221.87º72.4%75.29%-
XYZ15.0712.7551.54-
YUV93.5183.5999.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.59%
GREEN value IS 95 (37.5% from 255) = 27.94%
BLUE value IS 192 (75.39% from 255) = 56.47%
R=15.59%
G=27.94%
B=56.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53951920.720.5100.25221.8756.7348.04
Hex355FC04833019de3930
Octal65137300110630313367160
Binary110101101111111000000100100011001101100111011110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,95,192); }

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

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

 a { background-color: rgb(53,95,192); }

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

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

 span { border-color: rgb(53,95,192); }

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