#224160

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

Shades of Regal Blue #224160

Tints of Regal Blue #224160

Color information

#224160 (or 0x224160) is unknown color: approx Regal Blue. HEX triplet: 22, 41 and 60. RGB value is (34,65,96). Sum of RGB (Red+Green+Blue) = 34+65+96=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #224160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224160 is #DDBE9F. Grayscale: #3B3B3B. Windows color (decimal): -14532256 or 6308130. OLE color: 6308130.

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

Color convert

RGB346596-
CMYK0.650.3200.62
HSL210º47.69%25.49%-
HSV(B)210º64.58%37.65%-
XYZ4.664.9711.78-
YUV59.26148.73109.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.44%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=17.44%
G=33.33%
B=49.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3465960.650.3200.6221047.6925.49
Hex224160412003Ed23019
Octal42101140101400763226031
Binary10001010000011100000100000110000001111101101001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224160; }

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

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

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

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

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

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

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

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