#204156

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

Shades of Regal Blue #204156

Tints of Regal Blue #204156

Color information

#204156 (or 0x204156) is unknown color: approx Regal Blue. HEX triplet: 20, 41 and 56. RGB value is (32,65,86). Sum of RGB (Red+Green+Blue) = 32+65+86=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #204156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204156 is #DFBEA9. Grayscale: #393939. Windows color (decimal): -14663338 or 5652768. OLE color: 5652768.

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

Color convert

RGB326586-
CMYK0.630.2400.66
HSL203.33º45.76%23.14%-
HSV(B)203.33º62.79%33.73%-
XYZ4.174.769.5-
YUV57.53144.07109.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.49%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 86 (33.98% from 255) = 46.99%
R=17.49%
G=35.52%
B=46.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3265860.630.2400.66203.3345.7623.14
Hex2041563F18042cb2e17
Octal40101126773001023135627
Binary1000001000001101011011111111000010000101100101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204156; }

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

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

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

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

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

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

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

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