#355BBD

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

Shades of Cerulean Blue #355BBD

Tints of Cerulean Blue #355BBD

Color information

#355BBD (or 0x355BBD) is unknown color: approx Cerulean Blue. HEX triplet: 35, 5B and BD. RGB value is (53,91,189). Sum of RGB (Red+Green+Blue) = 53+91+189=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #355BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BBD is #CAA442. Grayscale: #5A5A5A. Windows color (decimal): -13280323 or 12409653. OLE color: 12409653.

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

Color convert

RGB5391189-
CMYK0.720.5200.26
HSL223.24º56.2%47.45%-
HSV(B)223.24º71.96%74.12%-
XYZ14.3911.9149.68-
YUV90.81183.41101.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.92%
GREEN value IS 91 (35.94% from 255) = 27.33%
BLUE value IS 189 (74.22% from 255) = 56.76%
R=15.92%
G=27.33%
B=56.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53911890.720.5200.26223.2456.247.45
Hex355BBD483401Adf382f
Octal65133275110640323377057
Binary110101101101110111101100100011010001101011011111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,91,189); }

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

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

 a { background-color: rgb(53,91,189); }

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

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

 span { border-color: rgb(53,91,189); }

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