#355CBD

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

Shades of Cerulean Blue #355CBD

Tints of Cerulean Blue #355CBD

Color information

#355CBD (or 0x355CBD) is unknown color: approx Cerulean Blue. HEX triplet: 35, 5C and BD. RGB value is (53,92,189). Sum of RGB (Red+Green+Blue) = 53+92+189=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #355CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CBD is #CAA342. Grayscale: #5A5A5A. Windows color (decimal): -13280067 or 12409909. OLE color: 12409909.

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

Color convert

RGB5392189-
CMYK0.720.5100.26
HSL222.79º56.2%47.45%-
HSV(B)222.79º71.96%74.12%-
XYZ14.4812.0949.71-
YUV91.4183.08100.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 92 (36.33% from 255) = 27.54%
BLUE value IS 189 (74.22% from 255) = 56.59%
R=15.87%
G=27.54%
B=56.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53921890.720.5100.26222.7956.247.45
Hex355CBD483301Adf382f
Octal65134275110630323377057
Binary110101101110010111101100100011001101101011011111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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