#213A51

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

Shades of Regal Blue #213A51

Tints of Regal Blue #213A51

Color information

#213A51 (or 0x213A51) is unknown color: approx Regal Blue. HEX triplet: 21, 3A and 51. RGB value is (33,58,81). Sum of RGB (Red+Green+Blue) = 33+58+81=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #213A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A51 is #DEC5AE. Grayscale: #353535. Windows color (decimal): -14599599 or 5323297. OLE color: 5323297.

HSL color Cylindrical-coordinate representation of color #213A51: hue angle of 208.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #213A51 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB335881-
CMYK0.590.2800.68
HSL208.75º42.11%22.35%-
HSV(B)208.75º59.26%31.76%-
XYZ3.633.948.35-
YUV53.15143.72113.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.19%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 81 (32.03% from 255) = 47.09%
R=19.19%
G=33.72%
B=47.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3358810.590.2800.68208.7542.1122.35
Hex213A513B1C044d12a16
Octal4172121733401043215226
Binary100001111010101000111101111100010001001101000110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213A51; }

 p { color: rgb(33,58,81); }

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

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

 a { background-color: rgb(33,58,81); }

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

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

 span { border-color: rgb(33,58,81); }

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