#214061

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

Shades of Regal Blue #214061

Tints of Regal Blue #214061

Color information

#214061 (or 0x214061) is unknown color: approx Regal Blue. HEX triplet: 21, 40 and 61. RGB value is (33,64,97). Sum of RGB (Red+Green+Blue) = 33+64+97=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #214061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214061 is #DEBF9E. Grayscale: #3A3A3A. Windows color (decimal): -14598047 or 6373409. OLE color: 6373409.

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

Color convert

RGB336497-
CMYK0.660.3400.62
HSL210.94º49.23%25.49%-
HSV(B)210.94º65.98%38.04%-
XYZ4.624.8512-
YUV58.49149.73109.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 97 (38.28% from 255) = 50%
R=17.01%
G=32.99%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3364970.660.3400.62210.9449.2325.49
Hex214061422203Ed33119
Octal41100141102420763236131
Binary10000110000001100001100001010001001111101101001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214061; }

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

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

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

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

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

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

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

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