#22405B

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

Shades of Regal Blue #22405B

Tints of Regal Blue #22405B

Color information

#22405B (or 0x22405B) is unknown color: approx Regal Blue. HEX triplet: 22, 40 and 5B. RGB value is (34,64,91). Sum of RGB (Red+Green+Blue) = 34+64+91=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #22405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22405B is #DDBFA4. Grayscale: #393939. Windows color (decimal): -14532517 or 5980194. OLE color: 5980194.

HSL color Cylindrical-coordinate representation of color #22405B: hue angle of 208.42º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #22405B is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB346491-
CMYK0.630.3000.64
HSL208.42º45.6%24.51%-
HSV(B)208.42º62.64%35.69%-
XYZ4.384.7610.59-
YUV58.11146.56110.8-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.99%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 91 (35.94% from 255) = 48.15%
R=17.99%
G=33.86%
B=48.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3464910.630.3000.64208.4245.624.51
Hex22405B3F1E040d02e19
Octal42100133773601003205631
Binary1000101000000101101111111111110010000001101000010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22405B; }

 p { color: rgb(34,64,91); }

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

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

 a { background-color: rgb(34,64,91); }

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

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

 span { border-color: rgb(34,64,91); }

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