#224155

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

Shades of Regal Blue #224155

Tints of Regal Blue #224155

Color information

#224155 (or 0x224155) is unknown color: approx Regal Blue. HEX triplet: 22, 41 and 55. RGB value is (34,65,85). Sum of RGB (Red+Green+Blue) = 34+65+85=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #224155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224155 is #DDBEAA. Grayscale: #393939. Windows color (decimal): -14532267 or 5587234. OLE color: 5587234.

HSL color Cylindrical-coordinate representation of color #224155: hue angle of 203.53º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #224155 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB346585-
CMYK0.600.2400.67
HSL203.53º42.86%23.33%-
HSV(B)203.53º60%33.33%-
XYZ4.194.789.3-
YUV58.01143.23110.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.48%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 85 (33.59% from 255) = 46.20%
R=18.48%
G=35.33%
B=46.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3465850.600.2400.67203.5342.8623.33
Hex2241553C18043cc2b17
Octal42101125743001033145327
Binary1000101000001101010111110011000010000111100110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224155; }

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

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

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

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

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

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

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

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