#213B55

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

Shades of Regal Blue #213B55

Tints of Regal Blue #213B55

Color information

#213B55 (or 0x213B55) is unknown color: approx Regal Blue. HEX triplet: 21, 3B and 55. RGB value is (33,59,85). Sum of RGB (Red+Green+Blue) = 33+59+85=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #213B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B55 is #DEC4AA. Grayscale: #363636. Windows color (decimal): -14599339 or 5585697. OLE color: 5585697.

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

Color convert

RGB335985-
CMYK0.610.3100.67
HSL210º44.07%23.14%-
HSV(B)210º61.18%33.33%-
XYZ3.834.119.19-
YUV54.19145.39112.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 59 (23.44% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 48.02%
R=18.64%
G=33.33%
B=48.02%

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
Decimal3359850.610.3100.6721044.0723.14
Hex213B553D1F043d22c17
Octal4173125753701033225427
Binary100001111011101010111110111111010000111101001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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