#355EBB

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

Shades of Cerulean Blue #355EBB

Tints of Cerulean Blue #355EBB

Color information

#355EBB (or 0x355EBB) is unknown color: approx Cerulean Blue. HEX triplet: 35, 5E and BB. RGB value is (53,94,187). Sum of RGB (Red+Green+Blue) = 53+94+187=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #355EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355EBB is #CAA144. Grayscale: #5B5B5B. Windows color (decimal): -13279557 or 12279349. OLE color: 12279349.

HSL color Cylindrical-coordinate representation of color #355EBB: hue angle of 221.64º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #355EBB is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5394187-
CMYK0.720.5000.27
HSL221.64º55.83%47.06%-
HSV(B)221.64º71.66%73.33%-
XYZ14.4412.3548.64-
YUV92.34181.4299.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 94 (37.11% from 255) = 28.14%
BLUE value IS 187 (73.44% from 255) = 55.99%
R=15.87%
G=28.14%
B=55.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53941870.720.5000.27221.6455.8347.06
Hex355EBB483201Bde382f
Octal65136273110620333367057
Binary110101101111010111011100100011001001101111011110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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