#214156

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

Shades of Regal Blue #214156

Tints of Regal Blue #214156

Color information

#214156 (or 0x214156) is unknown color: approx Regal Blue. HEX triplet: 21, 41 and 56. RGB value is (33,65,86). Sum of RGB (Red+Green+Blue) = 33+65+86=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #214156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214156 is #DEBEA9. Grayscale: #393939. Windows color (decimal): -14597802 or 5652769. OLE color: 5652769.

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

Color convert

RGB336586-
CMYK0.620.2400.66
HSL203.77º44.54%23.33%-
HSV(B)203.77º61.63%33.73%-
XYZ4.24.789.5-
YUV57.83143.9110.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.93%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 86 (33.98% from 255) = 46.74%
R=17.93%
G=35.33%
B=46.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3365860.620.2400.66203.7744.5423.33
Hex2141563E18042cc2d17
Octal41101126763001023145527
Binary1000011000001101011011111011000010000101100110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214156; }

 p { color: rgb(33,65,86); }

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

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

 a { background-color: rgb(33,65,86); }

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

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

 span { border-color: rgb(33,65,86); }

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