#356CBF

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

Shades of Cerulean Blue #356CBF

Tints of Cerulean Blue #356CBF

Color information

#356CBF (or 0x356CBF) is unknown color: approx Cerulean Blue. HEX triplet: 35, 6C and BF. RGB value is (53,108,191). Sum of RGB (Red+Green+Blue) = 53+108+191=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #356CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CBF is #CA9340. Grayscale: #646464. Windows color (decimal): -13275969 or 12545077. OLE color: 12545077.

HSL color Cylindrical-coordinate representation of color #356CBF: hue angle of 216.09º 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 #356CBF is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB53108191-
CMYK0.720.4300.25
HSL216.09º56.56%47.84%-
HSV(B)216.09º72.25%74.9%-
XYZ16.2315.2451.38-
YUV101.02178.7893.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 108 (42.58% from 255) = 30.68%
BLUE value IS 191 (75% from 255) = 54.26%
R=15.06%
G=30.68%
B=54.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531081910.720.4300.25216.0956.5647.84
Hex356CBF482B019d83930
Octal65154277110530313307160
Binary110101110110010111111100100010101101100111011000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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