#213F57

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

Shades of Regal Blue #213F57

Tints of Regal Blue #213F57

Color information

#213F57 (or 0x213F57) is unknown color: approx Regal Blue. HEX triplet: 21, 3F and 57. RGB value is (33,63,87). Sum of RGB (Red+Green+Blue) = 33+63+87=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #213F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F57 is #DEC0A8. Grayscale: #383838. Windows color (decimal): -14598313 or 5717793. OLE color: 5717793.

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

Color convert

RGB336387-
CMYK0.620.2800.66
HSL206.67º45%23.53%-
HSV(B)206.67º62.07%34.12%-
XYZ4.134.579.68-
YUV56.77145.06111.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 87 (34.38% from 255) = 47.54%
R=18.03%
G=34.43%
B=47.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3363870.620.2800.66206.674523.53
Hex213F573E1C042cf2d18
Octal4177127763401023175530
Binary100001111111101011111111011100010000101100111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,63,87); }

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

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

 a { background-color: rgb(33,63,87); }

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

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

 span { border-color: rgb(33,63,87); }

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