#214062

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

Shades of Regal Blue #214062

Tints of Regal Blue #214062

Color information

#214062 (or 0x214062) is unknown color: approx Regal Blue. HEX triplet: 21, 40 and 62. RGB value is (33,64,98). Sum of RGB (Red+Green+Blue) = 33+64+98=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #214062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214062 is #DEBF9D. Grayscale: #3A3A3A. Windows color (decimal): -14598046 or 6438945. OLE color: 6438945.

HSL color Cylindrical-coordinate representation of color #214062: hue angle of 211.38º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #214062 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB336498-
CMYK0.660.3500.62
HSL211.38º49.62%25.69%-
HSV(B)211.38º66.33%38.43%-
XYZ4.674.8712.25-
YUV58.61150.23109.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 98 (38.67% from 255) = 50.26%
R=16.92%
G=32.82%
B=50.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3364980.660.3500.62211.3849.6225.69
Hex214062422303Ed3321a
Octal41100142102430763236232
Binary10000110000001100010100001010001101111101101001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214062; }

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

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

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

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

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

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

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

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