#213A54

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

Shades of Regal Blue #213A54

Tints of Regal Blue #213A54

Color information

#213A54 (or 0x213A54) is unknown color: approx Regal Blue. HEX triplet: 21, 3A and 54. RGB value is (33,58,84). Sum of RGB (Red+Green+Blue) = 33+58+84=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #213A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A54 is #DEC5AB. Grayscale: #353535. Windows color (decimal): -14599596 or 5519905. OLE color: 5519905.

HSL color Cylindrical-coordinate representation of color #213A54: hue angle of 210.59º 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 #213A54 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB335884-
CMYK0.610.3100.67
HSL210.59º43.59%22.94%-
HSV(B)210.59º60.71%32.94%-
XYZ3.743.998.96-
YUV53.49145.22113.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.86%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 84 (33.20% from 255) = 48%
R=18.86%
G=33.14%
B=48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3358840.610.3100.67210.5943.5922.94
Hex213A543D1F043d32c17
Octal4172124753701033235427
Binary100001111010101010011110111111010000111101001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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