#224562

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

Shades of Regal Blue #224562

Tints of Regal Blue #224562

Color information

#224562 (or 0x224562) is unknown color: approx Regal Blue. HEX triplet: 22, 45 and 62. RGB value is (34,69,98). Sum of RGB (Red+Green+Blue) = 34+69+98=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #224562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224562 is #DDBA9D. Grayscale: #3D3D3D. Windows color (decimal): -14531230 or 6440226. OLE color: 6440226.

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

Color convert

RGB346998-
CMYK0.650.3000.62
HSL207.19º48.48%25.88%-
HSV(B)207.19º65.31%38.43%-
XYZ4.995.4812.35-
YUV61.84148.4108.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.92%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 98 (38.67% from 255) = 48.76%
R=16.92%
G=34.33%
B=48.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3469980.650.3000.62207.1948.4825.88
Hex224562411E03Ecf301a
Octal42105142101360763176032
Binary1000101000101110001010000011111001111101100111111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224562; }

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

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

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

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

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

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

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

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