#214054

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

Shades of Regal Blue #214054

Tints of Regal Blue #214054

Color information

#214054 (or 0x214054) is unknown color: approx Regal Blue. HEX triplet: 21, 40 and 54. RGB value is (33,64,84). Sum of RGB (Red+Green+Blue) = 33+64+84=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #214054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214054 is #DEBFAB. Grayscale: #383838. Windows color (decimal): -14598060 or 5521441. OLE color: 5521441.

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

Color convert

RGB336484-
CMYK0.610.2400.67
HSL203.53º43.59%22.94%-
HSV(B)203.53º60.71%32.94%-
XYZ4.064.639.07-
YUV57.01143.23110.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 84 (33.20% from 255) = 46.41%
R=18.23%
G=35.36%
B=46.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3364840.610.2400.67203.5343.5922.94
Hex2140543D18043cc2c17
Octal41100124753001033145427
Binary1000011000000101010011110111000010000111100110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214054; }

 p { color: rgb(33,64,84); }

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

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

 a { background-color: rgb(33,64,84); }

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

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

 span { border-color: rgb(33,64,84); }

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