#224259

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

Shades of Regal Blue #224259

Tints of Regal Blue #224259

Color information

#224259 (or 0x224259) is unknown color: approx Regal Blue. HEX triplet: 22, 42 and 59. RGB value is (34,66,89). Sum of RGB (Red+Green+Blue) = 34+66+89=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #224259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224259 is #DDBDA6. Grayscale: #3A3A3A. Windows color (decimal): -14532007 or 5849634. OLE color: 5849634.

HSL color Cylindrical-coordinate representation of color #224259: hue angle of 205.09º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #224259 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB346689-
CMYK0.620.2600.65
HSL205.09º44.72%24.12%-
HSV(B)205.09º61.8%34.9%-
XYZ4.414.9610.18-
YUV59.05144.9110.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.99%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=17.99%
G=34.92%
B=47.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3466890.620.2600.65205.0944.7224.12
Hex2242593E1A041cd2d18
Octal42102131763201013155530
Binary1000101000010101100111111011010010000011100110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224259; }

 p { color: rgb(34,66,89); }

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

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

 a { background-color: rgb(34,66,89); }

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

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

 span { border-color: rgb(34,66,89); }

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