#355EB6

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

Shades of Cerulean Blue #355EB6

Tints of Cerulean Blue #355EB6

Color information

#355EB6 (or 0x355EB6) is unknown color: approx Cerulean Blue. HEX triplet: 35, 5E and B6. RGB value is (53,94,182). Sum of RGB (Red+Green+Blue) = 53+94+182=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #355EB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355EB6 is #CAA149. Grayscale: #5B5B5B. Windows color (decimal): -13279562 or 11951669. OLE color: 11951669.

HSL color Cylindrical-coordinate representation of color #355EB6: hue angle of 220.93º 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 #355EB6 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5394182-
CMYK0.710.4800.29
HSL220.93º54.89%46.08%-
HSV(B)220.93º70.88%71.37%-
XYZ13.9112.1445.87-
YUV91.77178.92100.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.11%
GREEN value IS 94 (37.11% from 255) = 28.57%
BLUE value IS 182 (71.48% from 255) = 55.32%
R=16.11%
G=28.57%
B=55.32%

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
Decimal53941820.710.4800.29220.9354.8946.08
Hex355EB6473001Ddd372e
Octal65136266107600353356756
Binary110101101111010110110100011111000001110111011101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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