#224463

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

Shades of Regal Blue #224463

Tints of Regal Blue #224463

Color information

#224463 (or 0x224463) is unknown color: approx Regal Blue. HEX triplet: 22, 44 and 63. RGB value is (34,68,99). Sum of RGB (Red+Green+Blue) = 34+68+99=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #224463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224463 is #DDBB9C. Grayscale: #3D3D3D. Windows color (decimal): -14531485 or 6505506. OLE color: 6505506.

HSL color Cylindrical-coordinate representation of color #224463: hue angle of 208.62º 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 #224463 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB346899-
CMYK0.660.3100.61
HSL208.62º48.87%26.08%-
HSV(B)208.62º65.66%38.82%-
XYZ4.985.3812.58-
YUV61.37149.24108.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.92%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 99 (39.06% from 255) = 49.25%
R=16.92%
G=33.83%
B=49.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3468990.660.3100.61208.6248.8726.08
Hex224463421F03Dd1311a
Octal42104143102370753216132
Binary1000101000100110001110000101111101111011101000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224463; }

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

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

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

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

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

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

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

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