#214055

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

Shades of Regal Blue #214055

Tints of Regal Blue #214055

Color information

#214055 (or 0x214055) is unknown color: approx Regal Blue. HEX triplet: 21, 40 and 55. RGB value is (33,64,85). Sum of RGB (Red+Green+Blue) = 33+64+85=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #214055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214055 is #DEBFAA. Grayscale: #393939. Windows color (decimal): -14598059 or 5586977. OLE color: 5586977.

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

Color convert

RGB336485-
CMYK0.610.2500.67
HSL204.23º44.07%23.14%-
HSV(B)204.23º61.18%33.33%-
XYZ4.14.659.27-
YUV57.12143.73110.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 85 (33.59% from 255) = 46.70%
R=18.13%
G=35.16%
B=46.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3364850.610.2500.67204.2344.0723.14
Hex2140553D19043cc2c17
Octal41100125753101033145427
Binary1000011000000101010111110111001010000111100110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214055; }

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

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

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

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

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

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

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

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