#214057

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

Shades of Regal Blue #214057

Tints of Regal Blue #214057

Color information

#214057 (or 0x214057) is unknown color: approx Regal Blue. HEX triplet: 21, 40 and 57. RGB value is (33,64,87). Sum of RGB (Red+Green+Blue) = 33+64+87=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #214057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214057 is #DEBFA8. Grayscale: #393939. Windows color (decimal): -14598057 or 5718049. OLE color: 5718049.

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

Color convert

RGB336487-
CMYK0.620.2600.66
HSL205.56º45%23.53%-
HSV(B)205.56º62.07%34.12%-
XYZ4.184.689.7-
YUV57.35144.73110.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.93%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 87 (34.38% from 255) = 47.28%
R=17.93%
G=34.78%
B=47.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3364870.620.2600.66205.564523.53
Hex2140573E1A042ce2d18
Octal41100127763201023165530
Binary1000011000000101011111111011010010000101100111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214057; }

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

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

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

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

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

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

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

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