#2356CC

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

Shades of Cerulean Blue #2356CC

Tints of Cerulean Blue #2356CC

Color information

#2356CC (or 0x2356CC) is unknown color: approx Cerulean Blue. HEX triplet: 23, 56 and CC. RGB value is (35,86,204). Sum of RGB (Red+Green+Blue) = 35+86+204=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #2356CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2356CC is #DCA933. Grayscale: #535353. Windows color (decimal): -14461236 or 13391395. OLE color: 13391395.

HSL color Cylindrical-coordinate representation of color #2356CC: hue angle of 221.89º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2356CC is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3586204-
CMYK0.830.5800.2
HSL221.89º70.71%46.86%-
HSV(B)221.89º82.84%80%-
XYZ14.9211.3758.54-
YUV84.2195.692.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.77%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 204 (80.08% from 255) = 62.77%
R=10.77%
G=26.46%
B=62.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal35862040.830.5800.2221.8970.7146.86
Hex2356CC533A014de472f
Octal431263141237202433610757
Binary1000111010110110011001010011111010010100110111101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2356CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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