#224568

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

Shades of Regal Blue #224568

Tints of Regal Blue #224568

Color information

#224568 (or 0x224568) is unknown color: approx Regal Blue. HEX triplet: 22, 45 and 68. RGB value is (34,69,104). Sum of RGB (Red+Green+Blue) = 34+69+104=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #224568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224568 is #DDBA97. Grayscale: #3E3E3E. Windows color (decimal): -14531224 or 6833442. OLE color: 6833442.

HSL color Cylindrical-coordinate representation of color #224568: hue angle of 210º 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 #224568 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3469104-
CMYK0.670.3400.59
HSL210º50.72%27.06%-
HSV(B)210º67.31%40.78%-
XYZ5.295.613.9-
YUV62.52151.4107.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.43%
GREEN value IS 69 (27.34% from 255) = 33.33%
BLUE value IS 104 (41.02% from 255) = 50.24%
R=16.43%
G=33.33%
B=50.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34691040.670.3400.5921050.7227.06
Hex224568432203Bd2331b
Octal42105150103420733226333
Binary10001010001011101000100001110001001110111101001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224568; }

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

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

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

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

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

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

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

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