#2258AD

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

Shades of Cerulean Blue #2258AD

Tints of Cerulean Blue #2258AD

Color information

#2258AD (or 0x2258AD) is unknown color: approx Cerulean Blue. HEX triplet: 22, 58 and AD. RGB value is (34,88,173). Sum of RGB (Red+Green+Blue) = 34+88+173=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #2258AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2258AD is #DDA752. Grayscale: #515151. Windows color (decimal): -14526291 or 11360290. OLE color: 11360290.

HSL color Cylindrical-coordinate representation of color #2258AD: hue angle of 216.69º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2258AD is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3488173-
CMYK0.800.4900.32
HSL216.69º67.15%40.59%-
HSV(B)216.69º80.35%67.84%-
XYZ11.6910.3440.91-
YUV81.54179.6194.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.53%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 173 (67.97% from 255) = 58.64%
R=11.53%
G=29.83%
B=58.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34881730.800.4900.32216.6967.1540.59
Hex2258AD5031020d94329
Octal421302551206104033110351
Binary10001010110001010110110100001100010100000110110011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2258AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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