#224262

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

Shades of Regal Blue #224262

Tints of Regal Blue #224262

Color information

#224262 (or 0x224262) is unknown color: approx Regal Blue. HEX triplet: 22, 42 and 62. RGB value is (34,66,98). Sum of RGB (Red+Green+Blue) = 34+66+98=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #224262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224262 is #DDBD9D. Grayscale: #3B3B3B. Windows color (decimal): -14531998 or 6439458. OLE color: 6439458.

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

Color convert

RGB346698-
CMYK0.650.3300.62
HSL210º48.48%25.88%-
HSV(B)210º65.31%38.43%-
XYZ4.815.1212.29-
YUV60.08149.4109.4-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.17%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 49.49%
R=17.17%
G=33.33%
B=49.49%

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
Decimal3466980.650.3300.6221048.4825.88
Hex224262412103Ed2301a
Octal42102142101410763226032
Binary10001010000101100010100000110000101111101101001011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224262; }

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

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

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

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

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

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

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

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