#224058

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

Shades of Regal Blue #224058

Tints of Regal Blue #224058

Color information

#224058 (or 0x224058) is unknown color: approx Regal Blue. HEX triplet: 22, 40 and 58. RGB value is (34,64,88). Sum of RGB (Red+Green+Blue) = 34+64+88=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #224058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224058 is #DDBFA7. Grayscale: #393939. Windows color (decimal): -14532520 or 5783586. OLE color: 5783586.

HSL color Cylindrical-coordinate representation of color #224058: hue angle of 206.67º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #224058 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB346488-
CMYK0.610.2700.65
HSL206.67º44.26%23.92%-
HSV(B)206.67º61.36%34.51%-
XYZ4.254.719.92-
YUV57.77145.06111.05-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.28%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 88 (34.77% from 255) = 47.31%
R=18.28%
G=34.41%
B=47.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3464880.610.2700.65206.6744.2623.92
Hex2240583D1B041cf2c18
Octal42100130753301013175430
Binary1000101000000101100011110111011010000011100111110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224058; }

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

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

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

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

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

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

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

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