#2359B3

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

Shades of Cerulean Blue #2359B3

Tints of Cerulean Blue #2359B3

Color information

#2359B3 (or 0x2359B3) is unknown color: approx Cerulean Blue. HEX triplet: 23, 59 and B3. RGB value is (35,89,179). Sum of RGB (Red+Green+Blue) = 35+89+179=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 179 (70.31% from 255 or 59.08% from 303); Max value from RGB is 179 - color contains mainly: blue. Hex color #2359B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2359B3 is #DCA64C. Grayscale: #525252. Windows color (decimal): -14460493 or 11753763. OLE color: 11753763.

HSL color Cylindrical-coordinate representation of color #2359B3: hue angle of 217.5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2359B3 is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3589179-
CMYK0.800.5000.30
HSL217.5º67.29%41.96%-
HSV(B)217.5º80.45%70.2%-
XYZ12.410.7644.07-
YUV83.11182.1193.68-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.55%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 179 (70.31% from 255) = 59.08%
R=11.55%
G=29.37%
B=59.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal35891790.800.5000.30217.567.2941.96
Hex2359B3503201Eda432a
Octal431312631206203633210352
Binary1000111011001101100111010000110010011110110110101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2359B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2359B3; }

 p { color: rgb(35,89,179); }

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

<style>
 a { background-color: #2359B3; }

 a { background-color: rgb(35,89,179); }

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

<style>
 span { border-color: #2359B3; }

 span { border-color: rgb(35,89,179); }

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