#2248C9

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

Shades of Cerulean Blue #2248C9

Tints of Cerulean Blue #2248C9

Color information

#2248C9 (or 0x2248C9) is unknown color: approx Cerulean Blue. HEX triplet: 22, 48 and C9. RGB value is (34,72,201). Sum of RGB (Red+Green+Blue) = 34+72+201=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 201 (78.91% from 255 or 65.47% from 307); Max value from RGB is 201 - color contains mainly: blue. Hex color #2248C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2248C9 is #DDB736. Grayscale: #4A4A4A. Windows color (decimal): -14530359 or 13191202. OLE color: 13191202.

HSL color Cylindrical-coordinate representation of color #2248C9: hue angle of 226.35º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2248C9 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3472201-
CMYK0.830.6400.21
HSL226.35º71.06%46.08%-
HSV(B)226.35º83.08%78.82%-
XYZ13.529.1956.32-
YUV75.34198.9198.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.07%
GREEN value IS 72 (28.52% from 255) = 23.45%
BLUE value IS 201 (78.91% from 255) = 65.47%
R=11.07%
G=23.45%
B=65.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal34722010.830.6400.21226.3571.0646.08
Hex2248C95340015e2472e
Octal4211031112310002534210756
Binary10001010010001100100110100111000000010101111000101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2248C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2248C9; }

 p { color: rgb(34,72,201); }

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

<style>
 a { background-color: #2248C9; }

 a { background-color: rgb(34,72,201); }

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

<style>
 span { border-color: #2248C9; }

 span { border-color: rgb(34,72,201); }

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