#2356BA

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

Shades of Cerulean Blue #2356BA

Tints of Cerulean Blue #2356BA

Color information

#2356BA (or 0x2356BA) is unknown color: approx Cerulean Blue. HEX triplet: 23, 56 and BA. RGB value is (35,86,186). Sum of RGB (Red+Green+Blue) = 35+86+186=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #2356BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2356BA is #DCA945. Grayscale: #515151. Windows color (decimal): -14461254 or 12211747. OLE color: 12211747.

HSL color Cylindrical-coordinate representation of color #2356BA: hue angle of 219.74º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2356BA is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3586186-
CMYK0.810.5400.27
HSL219.74º68.33%43.33%-
HSV(B)219.74º81.18%72.94%-
XYZ12.8810.5647.81-
YUV82.15186.694.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.40%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 186 (73.05% from 255) = 60.59%
R=11.40%
G=28.01%
B=60.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal35861860.810.5400.27219.7468.3343.33
Hex2356BA513601Bdc442b
Octal431262721216603333410453
Binary1000111010110101110101010001110110011011110111001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2356BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2356BA; }

 p { color: rgb(35,86,186); }

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

<style>
 a { background-color: #2356BA; }

 a { background-color: rgb(35,86,186); }

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

<style>
 span { border-color: #2356BA; }

 span { border-color: rgb(35,86,186); }

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