#224ACA

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

Shades of Cerulean Blue #224ACA

Tints of Cerulean Blue #224ACA

Color information

#224ACA (or 0x224ACA) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4A and CA. RGB value is (34,74,202). Sum of RGB (Red+Green+Blue) = 34+74+202=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #224ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224ACA is #DDB535. Grayscale: #4C4C4C. Windows color (decimal): -14529846 or 13257250. OLE color: 13257250.

HSL color Cylindrical-coordinate representation of color #224ACA: hue angle of 225.71º 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 #224ACA is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3474202-
CMYK0.830.6300.21
HSL225.71º71.19%46.27%-
HSV(B)225.71º83.17%79.22%-
XYZ13.779.556.99-
YUV76.63198.7597.59-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.97%
GREEN value IS 74 (29.30% from 255) = 23.87%
BLUE value IS 202 (79.30% from 255) = 65.16%
R=10.97%
G=23.87%
B=65.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal34742020.830.6300.21225.7171.1946.27
Hex224ACA533F015e2472e
Octal421123121237702534210756
Binary1000101001010110010101010011111111010101111000101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,74,202); }

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

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

 a { background-color: rgb(34,74,202); }

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

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

 span { border-color: rgb(34,74,202); }

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