#213B54

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

Shades of Regal Blue #213B54

Tints of Regal Blue #213B54

Color information

#213B54 (or 0x213B54) is unknown color: approx Regal Blue. HEX triplet: 21, 3B and 54. RGB value is (33,59,84). Sum of RGB (Red+Green+Blue) = 33+59+84=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #213B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B54 is #DEC4AB. Grayscale: #353535. Windows color (decimal): -14599340 or 5520161. OLE color: 5520161.

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

Color convert

RGB335984-
CMYK0.610.3000.67
HSL209.41º43.59%22.94%-
HSV(B)209.41º60.71%32.94%-
XYZ3.794.098.98-
YUV54.08144.89112.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 59 (23.44% from 255) = 33.52%
BLUE value IS 84 (33.20% from 255) = 47.73%
R=18.75%
G=33.52%
B=47.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3359840.610.3000.67209.4143.5922.94
Hex213B543D1E043d12c17
Octal4173124753601033215427
Binary100001111011101010011110111110010000111101000110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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