#224364

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

Shades of Regal Blue #224364

Tints of Regal Blue #224364

Color information

#224364 (or 0x224364) is unknown color: approx Regal Blue. HEX triplet: 22, 43 and 64. RGB value is (34,67,100). Sum of RGB (Red+Green+Blue) = 34+67+100=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: blue. Hex color #224364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224364 is #DDBC9B. Grayscale: #3C3C3C. Windows color (decimal): -14531740 or 6570786. OLE color: 6570786.

HSL color Cylindrical-coordinate representation of color #224364: hue angle of 210º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #224364 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3467100-
CMYK0.660.3300.61
HSL210º49.25%26.27%-
HSV(B)210º66%39.22%-
XYZ4.975.2712.81-
YUV60.9150.07108.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.92%
GREEN value IS 67 (26.56% from 255) = 33.33%
BLUE value IS 100 (39.45% from 255) = 49.75%
R=16.92%
G=33.33%
B=49.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal34671000.660.3300.6121049.2526.27
Hex224364422103Dd2311a
Octal42103144102410753226132
Binary10001010000111100100100001010000101111011101001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224364; }

 p { color: rgb(34,67,100); }

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

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

 a { background-color: rgb(34,67,100); }

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

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

 span { border-color: rgb(34,67,100); }

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