#224462

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

Shades of Regal Blue #224462

Tints of Regal Blue #224462

Color information

#224462 (or 0x224462) is unknown color: approx Regal Blue. HEX triplet: 22, 44 and 62. RGB value is (34,68,98). Sum of RGB (Red+Green+Blue) = 34+68+98=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #224462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224462 is #DDBB9D. Grayscale: #3D3D3D. Windows color (decimal): -14531486 or 6439970. OLE color: 6439970.

HSL color Cylindrical-coordinate representation of color #224462: hue angle of 208.12º 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 #224462 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB346898-
CMYK0.650.3100.62
HSL208.12º48.48%25.88%-
HSV(B)208.12º65.31%38.43%-
XYZ4.935.3612.33-
YUV61.25148.74108.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17%
GREEN value IS 68 (26.95% from 255) = 34%
BLUE value IS 98 (38.67% from 255) = 49%
R=17%
G=34%
B=49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3468980.650.3100.62208.1248.4825.88
Hex224462411F03Ed0301a
Octal42104142101370763206032
Binary1000101000100110001010000011111101111101101000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224462; }

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

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

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

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

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

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

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

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