#224461

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

Shades of Regal Blue #224461

Tints of Regal Blue #224461

Color information

#224461 (or 0x224461) is unknown color: approx Regal Blue. HEX triplet: 22, 44 and 61. RGB value is (34,68,97). Sum of RGB (Red+Green+Blue) = 34+68+97=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #224461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224461 is #DDBB9E. Grayscale: #3C3C3C. Windows color (decimal): -14531487 or 6374434. OLE color: 6374434.

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

Color convert

RGB346897-
CMYK0.650.3000.62
HSL207.62º48.09%25.69%-
HSV(B)207.62º64.95%38.04%-
XYZ4.885.3412.08-
YUV61.14148.24108.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.09%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 97 (38.28% from 255) = 48.74%
R=17.09%
G=34.17%
B=48.74%

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
Decimal3468970.650.3000.62207.6248.0925.69
Hex224461411E03Ed0301a
Octal42104141101360763206032
Binary1000101000100110000110000011111001111101101000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224461; }

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

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

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

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

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

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

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

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