#213E57

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

Shades of Regal Blue #213E57

Tints of Regal Blue #213E57

Color information

#213E57 (or 0x213E57) is unknown color: approx Regal Blue. HEX triplet: 21, 3E and 57. RGB value is (33,62,87). Sum of RGB (Red+Green+Blue) = 33+62+87=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #213E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E57 is #DEC1A8. Grayscale: #383838. Windows color (decimal): -14598569 or 5717537. OLE color: 5717537.

HSL color Cylindrical-coordinate representation of color #213E57: hue angle of 207.78º 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 #213E57 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB336287-
CMYK0.620.2900.66
HSL207.78º45%23.53%-
HSV(B)207.78º62.07%34.12%-
XYZ4.074.469.66-
YUV56.18145.39111.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 62 (24.61% from 255) = 34.07%
BLUE value IS 87 (34.38% from 255) = 47.80%
R=18.13%
G=34.07%
B=47.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3362870.620.2900.66207.784523.53
Hex213E573E1D042d02d18
Octal4176127763501023205530
Binary100001111110101011111111011101010000101101000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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