#224361

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

Shades of Regal Blue #224361

Tints of Regal Blue #224361

Color information

#224361 (or 0x224361) is unknown color: approx Regal Blue. HEX triplet: 22, 43 and 61. RGB value is (34,67,97). Sum of RGB (Red+Green+Blue) = 34+67+97=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #224361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224361 is #DDBC9E. Grayscale: #3C3C3C. Windows color (decimal): -14531743 or 6374178. OLE color: 6374178.

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

Color convert

RGB346797-
CMYK0.650.3100.62
HSL208.57º48.09%25.69%-
HSV(B)208.57º64.95%38.04%-
XYZ4.825.2212.06-
YUV60.55148.57109.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.17%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=17.17%
G=33.84%
B=48.99%

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
Decimal3467970.650.3100.62208.5748.0925.69
Hex224361411F03Ed1301a
Octal42103141101370763216032
Binary1000101000011110000110000011111101111101101000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224361; }

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

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

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

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

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

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

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

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