#22425D

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

Shades of Regal Blue #22425D

Tints of Regal Blue #22425D

Color information

#22425D (or 0x22425D) is unknown color: approx Regal Blue. HEX triplet: 22, 42 and 5D. RGB value is (34,66,93). Sum of RGB (Red+Green+Blue) = 34+66+93=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #22425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22425D is #DDBDA2. Grayscale: #3B3B3B. Windows color (decimal): -14532003 or 6111778. OLE color: 6111778.

HSL color Cylindrical-coordinate representation of color #22425D: hue angle of 207.46º 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 #22425D is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB346693-
CMYK0.630.2900.64
HSL207.46º46.46%24.9%-
HSV(B)207.46º63.44%36.47%-
XYZ4.585.0311.08-
YUV59.51146.9109.8-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.62%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=17.62%
G=34.20%
B=48.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3466930.630.2900.64207.4646.4624.9
Hex22425D3F1D040cf2e19
Octal42102135773501003175631
Binary1000101000010101110111111111101010000001100111110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22425D; }

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

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

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

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

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

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

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

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