#224060

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

Shades of Regal Blue #224060

Tints of Regal Blue #224060

Color information

#224060 (or 0x224060) is unknown color: approx Regal Blue. HEX triplet: 22, 40 and 60. RGB value is (34,64,96). Sum of RGB (Red+Green+Blue) = 34+64+96=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #224060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224060 is #DDBF9F. Grayscale: #3A3A3A. Windows color (decimal): -14532512 or 6307874. OLE color: 6307874.

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

Color convert

RGB346496-
CMYK0.650.3300.62
HSL210.97º47.69%25.49%-
HSV(B)210.97º64.58%37.65%-
XYZ4.64.8511.76-
YUV58.68149.06110.4-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.53%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 96 (37.89% from 255) = 49.48%
R=17.53%
G=32.99%
B=49.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3464960.650.3300.62210.9747.6925.49
Hex224060412103Ed33019
Octal42100140101410763236031
Binary10001010000001100000100000110000101111101101001111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224060; }

 p { color: rgb(34,64,96); }

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

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

 a { background-color: rgb(34,64,96); }

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

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

 span { border-color: rgb(34,64,96); }

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