#224CBB

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

Shades of Cerulean Blue #224CBB

Tints of Cerulean Blue #224CBB

Color information

#224CBB (or 0x224CBB) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4C and BB. RGB value is (34,76,187). Sum of RGB (Red+Green+Blue) = 34+76+187=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #224CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224CBB is #DDB344. Grayscale: #4B4B4B. Windows color (decimal): -14529349 or 12274722. OLE color: 12274722.

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

Color convert

RGB3476187-
CMYK0.820.5900.27
HSL223.53º69.23%43.33%-
HSV(B)223.53º81.82%73.33%-
XYZ12.219.148.13-
YUV76.1190.5997.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.45%
GREEN value IS 76 (30.08% from 255) = 25.59%
BLUE value IS 187 (73.44% from 255) = 62.96%
R=11.45%
G=25.59%
B=62.96%

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
Decimal34761870.820.5900.27223.5369.2343.33
Hex224CBB523B01Be0452b
Octal421142731227303334010553
Binary1000101001100101110111010010111011011011111000001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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