#214469

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

Shades of Regal Blue #214469

Tints of Regal Blue #214469

Color information

#214469 (or 0x214469) is unknown color: approx Regal Blue. HEX triplet: 21, 44 and 69. RGB value is (33,68,105). Sum of RGB (Red+Green+Blue) = 33+68+105=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #214469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214469 is #DEBB96. Grayscale: #3D3D3D. Windows color (decimal): -14597015 or 6898721. OLE color: 6898721.

HSL color Cylindrical-coordinate representation of color #214469: hue angle of 210.83º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #214469 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3368105-
CMYK0.690.3500.59
HSL210.83º52.17%27.06%-
HSV(B)210.83º68.57%41.18%-
XYZ5.245.4814.15-
YUV61.75152.4107.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 105 (41.41% from 255) = 50.97%
R=16.02%
G=33.01%
B=50.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33681050.690.3500.59210.8352.1727.06
Hex214469452303Bd3341b
Octal41104151105430733236433
Binary10000110001001101001100010110001101110111101001111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214469; }

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

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

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

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

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

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

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

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