#2356B1

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

Shades of Cerulean Blue #2356B1

Tints of Cerulean Blue #2356B1

Color information

#2356B1 (or 0x2356B1) is unknown color: approx Cerulean Blue. HEX triplet: 23, 56 and B1. RGB value is (35,86,177). Sum of RGB (Red+Green+Blue) = 35+86+177=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 177 (69.53% from 255 or 59.40% from 298); Max value from RGB is 177 - color contains mainly: blue. Hex color #2356B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2356B1 is #DCA94E. Grayscale: #505050. Windows color (decimal): -14461263 or 11621923. OLE color: 11621923.

HSL color Cylindrical-coordinate representation of color #2356B1: hue angle of 218.45º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2356B1 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3586177-
CMYK0.800.5100.31
HSL218.45º66.98%41.57%-
HSV(B)218.45º80.23%69.41%-
XYZ11.9610.1942.93-
YUV81.12182.195.1-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.74%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 177 (69.53% from 255) = 59.40%
R=11.74%
G=28.86%
B=59.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal35861770.800.5100.31218.4566.9841.57
Hex2356B1503301Fda432a
Octal431262611206303733210352
Binary1000111010110101100011010000110011011111110110101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2356B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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