#2355BA

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

Shades of Cerulean Blue #2355BA

Tints of Cerulean Blue #2355BA

Color information

#2355BA (or 0x2355BA) is unknown color: approx Cerulean Blue. HEX triplet: 23, 55 and BA. RGB value is (35,85,186). Sum of RGB (Red+Green+Blue) = 35+85+186=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #2355BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2355BA is #DCAA45. Grayscale: #515151. Windows color (decimal): -14461510 or 12211491. OLE color: 12211491.

HSL color Cylindrical-coordinate representation of color #2355BA: hue angle of 220.13º 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 #2355BA is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3585186-
CMYK0.810.5400.27
HSL220.13º68.33%43.33%-
HSV(B)220.13º81.18%72.94%-
XYZ12.810.447.79-
YUV81.56186.9494.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.44%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 186 (73.05% from 255) = 60.78%
R=11.44%
G=27.78%
B=60.78%

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
Decimal35851860.810.5400.27220.1368.3343.33
Hex2355BA513601Bdc442b
Octal431252721216603333410453
Binary1000111010101101110101010001110110011011110111001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2355BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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