#224BBD

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

Shades of Cerulean Blue #224BBD

Tints of Cerulean Blue #224BBD

Color information

#224BBD (or 0x224BBD) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4B and BD. RGB value is (34,75,189). Sum of RGB (Red+Green+Blue) = 34+75+189=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #224BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224BBD is #DDB442. Grayscale: #4B4B4B. Windows color (decimal): -14529603 or 12405538. OLE color: 12405538.

HSL color Cylindrical-coordinate representation of color #224BBD: hue angle of 224.13º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #224BBD is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3475189-
CMYK0.820.6000.26
HSL224.13º69.51%43.73%-
HSV(B)224.13º82.01%74.12%-
XYZ12.369.0549.24-
YUV75.74191.9298.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.41%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 189 (74.22% from 255) = 63.42%
R=11.41%
G=25.17%
B=63.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal34751890.820.6000.26224.1369.5143.73
Hex224BBD523C01Ae0462c
Octal421132751227403234010654
Binary1000101001011101111011010010111100011010111000001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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