#355CBF

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

Shades of Cerulean Blue #355CBF

Tints of Cerulean Blue #355CBF

Color information

#355CBF (or 0x355CBF) is unknown color: approx Cerulean Blue. HEX triplet: 35, 5C and BF. RGB value is (53,92,191). Sum of RGB (Red+Green+Blue) = 53+92+191=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #355CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CBF is #CAA340. Grayscale: #5B5B5B. Windows color (decimal): -13280065 or 12540981. OLE color: 12540981.

HSL color Cylindrical-coordinate representation of color #355CBF: hue angle of 223.04º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #355CBF is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5392191-
CMYK0.720.5200.25
HSL223.04º56.56%47.84%-
HSV(B)223.04º72.25%74.9%-
XYZ14.712.1750.87-
YUV91.62184.08100.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 191 (75% from 255) = 56.85%
R=15.77%
G=27.38%
B=56.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53921910.720.5200.25223.0456.5647.84
Hex355CBF4834019df3930
Octal65134277110640313377160
Binary110101101110010111111100100011010001100111011111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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