#224468

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

Shades of Regal Blue #224468

Tints of Regal Blue #224468

Color information

#224468 (or 0x224468) is unknown color: approx Regal Blue. HEX triplet: 22, 44 and 68. RGB value is (34,68,104). Sum of RGB (Red+Green+Blue) = 34+68+104=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #224468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224468 is #DDBB97. Grayscale: #3D3D3D. Windows color (decimal): -14531480 or 6833186. OLE color: 6833186.

HSL color Cylindrical-coordinate representation of color #224468: hue angle of 210.86º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #224468 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3468104-
CMYK0.670.3500.59
HSL210.86º50.72%27.06%-
HSV(B)210.86º67.31%40.78%-
XYZ5.235.4713.88-
YUV61.94151.74108.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.50%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 104 (41.02% from 255) = 50.49%
R=16.50%
G=33.01%
B=50.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34681040.670.3500.59210.8650.7227.06
Hex224468432303Bd3331b
Octal42104150103430733236333
Binary10001010001001101000100001110001101110111101001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224468; }

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

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

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

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

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

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

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

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