#224DBB

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

Shades of Cerulean Blue #224DBB

Tints of Cerulean Blue #224DBB

Color information

#224DBB (or 0x224DBB) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4D and BB. RGB value is (34,77,187). Sum of RGB (Red+Green+Blue) = 34+77+187=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #224DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DBB is #DDB244. Grayscale: #4C4C4C. Windows color (decimal): -14529093 or 12274978. OLE color: 12274978.

HSL color Cylindrical-coordinate representation of color #224DBB: hue angle of 223.14º 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 #224DBB is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3477187-
CMYK0.820.5900.27
HSL223.14º69.23%43.33%-
HSV(B)223.14º81.82%73.33%-
XYZ12.289.2448.15-
YUV76.68190.2597.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.41%
GREEN value IS 77 (30.47% from 255) = 25.84%
BLUE value IS 187 (73.44% from 255) = 62.75%
R=11.41%
G=25.84%
B=62.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34771870.820.5900.27223.1469.2343.33
Hex224DBB523B01Bdf452b
Octal421152731227303333710553
Binary1000101001101101110111010010111011011011110111111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224DBB; }

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

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

<style>
 a { background-color: #224DBB; }

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

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

<style>
 span { border-color: #224DBB; }

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

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