#224261

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

Shades of Regal Blue #224261

Tints of Regal Blue #224261

Color information

#224261 (or 0x224261) is unknown color: approx Regal Blue. HEX triplet: 22, 42 and 61. RGB value is (34,66,97). Sum of RGB (Red+Green+Blue) = 34+66+97=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #224261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224261 is #DDBD9E. Grayscale: #3B3B3B. Windows color (decimal): -14531999 or 6373922. OLE color: 6373922.

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

Color convert

RGB346697-
CMYK0.650.3200.62
HSL209.52º48.09%25.69%-
HSV(B)209.52º64.95%38.04%-
XYZ4.775.112.04-
YUV59.97148.9109.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.26%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=17.26%
G=33.50%
B=49.24%

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
Decimal3466970.650.3200.62209.5248.0925.69
Hex224261412003Ed2301a
Octal42102141101400763226032
Binary10001010000101100001100000110000001111101101001011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224261; }

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

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

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

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

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

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

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

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