#2258BB

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

Shades of Cerulean Blue #2258BB

Tints of Cerulean Blue #2258BB

Color information

#2258BB (or 0x2258BB) is unknown color: approx Cerulean Blue. HEX triplet: 22, 58 and BB. RGB value is (34,88,187). Sum of RGB (Red+Green+Blue) = 34+88+187=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #2258BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2258BB is #DDA744. Grayscale: #525252. Windows color (decimal): -14526277 or 12277794. OLE color: 12277794.

HSL color Cylindrical-coordinate representation of color #2258BB: hue angle of 218.82º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2258BB is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3488187-
CMYK0.820.5300.27
HSL218.82º69.23%43.33%-
HSV(B)218.82º81.82%73.33%-
XYZ13.1210.9148.43-
YUV83.14186.6192.95-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.00%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 187 (73.44% from 255) = 60.52%
R=11.00%
G=28.48%
B=60.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34881870.820.5300.27218.8269.2343.33
Hex2258BB523501Bdb452b
Octal421302731226503333310553
Binary1000101011000101110111010010110101011011110110111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2258BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2258BB; }

 p { color: rgb(34,88,187); }

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

<style>
 a { background-color: #2258BB; }

 a { background-color: rgb(34,88,187); }

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

<style>
 span { border-color: #2258BB; }

 span { border-color: rgb(34,88,187); }

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