#2356CA

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

Shades of Cerulean Blue #2356CA

Tints of Cerulean Blue #2356CA

Color information

#2356CA (or 0x2356CA) is unknown color: approx Cerulean Blue. HEX triplet: 23, 56 and CA. RGB value is (35,86,202). Sum of RGB (Red+Green+Blue) = 35+86+202=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #2356CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2356CA is #DCA935. Grayscale: #535353. Windows color (decimal): -14461238 or 13260323. OLE color: 13260323.

HSL color Cylindrical-coordinate representation of color #2356CA: hue angle of 221.68º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2356CA is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3586202-
CMYK0.830.5700.21
HSL221.68º70.46%46.47%-
HSV(B)221.68º82.67%79.22%-
XYZ14.6811.2857.28-
YUV83.98194.693.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.84%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 202 (79.30% from 255) = 62.54%
R=10.84%
G=26.63%
B=62.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal35862020.830.5700.21221.6870.4646.47
Hex2356CA5339015de462e
Octal431263121237102533610656
Binary1000111010110110010101010011111001010101110111101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2356CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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