#224363

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

Shades of Regal Blue #224363

Tints of Regal Blue #224363

Color information

#224363 (or 0x224363) is unknown color: approx Regal Blue. HEX triplet: 22, 43 and 63. RGB value is (34,67,99). Sum of RGB (Red+Green+Blue) = 34+67+99=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #224363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224363 is #DDBC9C. Grayscale: #3C3C3C. Windows color (decimal): -14531741 or 6505250. OLE color: 6505250.

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

Color convert

RGB346799-
CMYK0.660.3200.61
HSL209.54º48.87%26.08%-
HSV(B)209.54º65.66%38.82%-
XYZ4.925.2612.56-
YUV60.78149.57108.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17%
GREEN value IS 67 (26.56% from 255) = 33.5%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=17%
G=33.5%
B=49.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3467990.660.3200.61209.5448.8726.08
Hex224363422003Dd2311a
Octal42103143102400753226132
Binary10001010000111100011100001010000001111011101001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224363; }

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

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

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

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

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

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

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

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