#213A56

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

Shades of Regal Blue #213A56

Tints of Regal Blue #213A56

Color information

#213A56 (or 0x213A56) is unknown color: approx Regal Blue. HEX triplet: 21, 3A and 56. RGB value is (33,58,86). Sum of RGB (Red+Green+Blue) = 33+58+86=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #213A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A56 is #DEC5A9. Grayscale: #353535. Windows color (decimal): -14599594 or 5650977. OLE color: 5650977.

HSL color Cylindrical-coordinate representation of color #213A56: hue angle of 211.7º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213A56 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB335886-
CMYK0.620.3300.66
HSL211.7º44.54%23.33%-
HSV(B)211.7º61.63%33.73%-
XYZ3.824.029.38-
YUV53.72146.22113.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 86 (33.98% from 255) = 48.59%
R=18.64%
G=32.77%
B=48.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3358860.620.3300.66211.744.5423.33
Hex213A563E21042d42d17
Octal4172126764101023245527
Binary1000011110101010110111110100001010000101101010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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