#22415E

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

Shades of Regal Blue #22415E

Tints of Regal Blue #22415E

Color information

#22415E (or 0x22415E) is unknown color: approx Regal Blue. HEX triplet: 22, 41 and 5E. RGB value is (34,65,94). Sum of RGB (Red+Green+Blue) = 34+65+94=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #22415E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22415E is #DDBEA1. Grayscale: #3A3A3A. Windows color (decimal): -14532258 or 6177058. OLE color: 6177058.

HSL color Cylindrical-coordinate representation of color #22415E: hue angle of 209º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #22415E is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB346594-
CMYK0.640.3100.63
HSL209º46.87%25.1%-
HSV(B)209º63.83%36.86%-
XYZ4.574.9311.3-
YUV59.04147.73110.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.62%
GREEN value IS 65 (25.78% from 255) = 33.68%
BLUE value IS 94 (37.11% from 255) = 48.70%
R=17.62%
G=33.68%
B=48.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3465940.640.3100.6320946.8725.1
Hex22415E401F03Fd12f19
Octal42101136100370773215731
Binary1000101000001101111010000001111101111111101000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22415E; }

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

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

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

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

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

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

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

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