#224563

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

Shades of Regal Blue #224563

Tints of Regal Blue #224563

Color information

#224563 (or 0x224563) is unknown color: approx Regal Blue. HEX triplet: 22, 45 and 63. RGB value is (34,69,99). Sum of RGB (Red+Green+Blue) = 34+69+99=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #224563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224563 is #DDBA9C. Grayscale: #3D3D3D. Windows color (decimal): -14531229 or 6505762. OLE color: 6505762.

HSL color Cylindrical-coordinate representation of color #224563: hue angle of 207.69º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #224563 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB346999-
CMYK0.660.3000.61
HSL207.69º48.87%26.08%-
HSV(B)207.69º65.66%38.82%-
XYZ5.045.512.6-
YUV61.96148.9108.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.83%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 99 (39.06% from 255) = 49.01%
R=16.83%
G=34.16%
B=49.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3469990.660.3000.61207.6948.8726.08
Hex224563421E03Dd0311a
Octal42105143102360753206132
Binary1000101000101110001110000101111001111011101000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224563; }

 p { color: rgb(34,69,99); }

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

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

 a { background-color: rgb(34,69,99); }

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

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

 span { border-color: rgb(34,69,99); }

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