#214463

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

Shades of Regal Blue #214463

Tints of Regal Blue #214463

Color information

#214463 (or 0x214463) is unknown color: approx Regal Blue. HEX triplet: 21, 44 and 63. RGB value is (33,68,99). Sum of RGB (Red+Green+Blue) = 33+68+99=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #214463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214463 is #DEBB9C. Grayscale: #3C3C3C. Windows color (decimal): -14597021 or 6505505. OLE color: 6505505.

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

Color convert

RGB336899-
CMYK0.670.3100.61
HSL208.18º50%25.88%-
HSV(B)208.18º66.67%38.82%-
XYZ4.955.3612.58-
YUV61.07149.4107.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.5%
GREEN value IS 68 (26.95% from 255) = 34%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=16.5%
G=34%
B=49.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3368990.670.3100.61208.185025.88
Hex214463431F03Dd0321a
Octal41104143103370753206232
Binary1000011000100110001110000111111101111011101000011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214463; }

 p { color: rgb(33,68,99); }

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

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

 a { background-color: rgb(33,68,99); }

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

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

 span { border-color: rgb(33,68,99); }

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