#224CC3

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

Shades of Cerulean Blue #224CC3

Tints of Cerulean Blue #224CC3

Color information

#224CC3 (or 0x224CC3) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4C and C3. RGB value is (34,76,195). Sum of RGB (Red+Green+Blue) = 34+76+195=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 195 (76.56% from 255 or 63.93% from 305); Max value from RGB is 195 - color contains mainly: blue. Hex color #224CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224CC3 is #DDB33C. Grayscale: #4C4C4C. Windows color (decimal): -14529341 or 12799010. OLE color: 12799010.

HSL color Cylindrical-coordinate representation of color #224CC3: hue angle of 224.35º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224CC3 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3476195-
CMYK0.830.6100.24
HSL224.35º70.31%44.9%-
HSV(B)224.35º82.56%76.47%-
XYZ13.099.4552.76-
YUV77.01194.5997.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.15%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 195 (76.56% from 255) = 63.93%
R=11.15%
G=24.92%
B=63.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal34761950.830.6100.24224.3570.3144.9
Hex224CC3533D018e0462d
Octal421143031237503034010655
Binary1000101001100110000111010011111101011000111000001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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