#224BCB

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

Shades of Cerulean Blue #224BCB

Tints of Cerulean Blue #224BCB

Color information

#224BCB (or 0x224BCB) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4B and CB. RGB value is (34,75,203). Sum of RGB (Red+Green+Blue) = 34+75+203=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #224BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224BCB is #DDB434. Grayscale: #4C4C4C. Windows color (decimal): -14529589 or 13323042. OLE color: 13323042.

HSL color Cylindrical-coordinate representation of color #224BCB: hue angle of 225.44º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224BCB is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3475203-
CMYK0.830.6300.20
HSL225.44º71.31%46.47%-
HSV(B)225.44º83.25%79.61%-
XYZ13.969.6857.63-
YUV77.33198.9297.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.90%
GREEN value IS 75 (29.69% from 255) = 24.04%
BLUE value IS 203 (79.69% from 255) = 65.06%
R=10.90%
G=24.04%
B=65.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal34752030.830.6300.20225.4471.3146.47
Hex224BCB533F014e1472e
Octal421133131237702434110756
Binary1000101001011110010111010011111111010100111000011000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,75,203); }

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

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

 a { background-color: rgb(34,75,203); }

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

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

 span { border-color: rgb(34,75,203); }

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