#355FB5

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

Shades of Cerulean Blue #355FB5

Tints of Cerulean Blue #355FB5

Color information

#355FB5 (or 0x355FB5) is unknown color: approx Cerulean Blue. HEX triplet: 35, 5F and B5. RGB value is (53,95,181). Sum of RGB (Red+Green+Blue) = 53+95+181=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 181 (71.09% from 255 or 55.02% from 329); Max value from RGB is 181 - color contains mainly: blue. Hex color #355FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FB5 is #CAA04A. Grayscale: #5B5B5B. Windows color (decimal): -13279307 or 11886389. OLE color: 11886389.

HSL color Cylindrical-coordinate representation of color #355FB5: hue angle of 220.31º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #355FB5 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5395181-
CMYK0.710.4800.29
HSL220.31º54.7%45.88%-
HSV(B)220.31º70.72%70.98%-
XYZ13.912.2845.35-
YUV92.25178.09100.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.11%
GREEN value IS 95 (37.5% from 255) = 28.88%
BLUE value IS 181 (71.09% from 255) = 55.02%
R=16.11%
G=28.88%
B=55.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53951810.710.4800.29220.3154.745.88
Hex355FB5473001Ddc372e
Octal65137265107600353346756
Binary110101101111110110101100011111000001110111011100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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