#204157

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

Shades of Regal Blue #204157

Tints of Regal Blue #204157

Color information

#204157 (or 0x204157) is unknown color: approx Regal Blue. HEX triplet: 20, 41 and 57. RGB value is (32,65,87). Sum of RGB (Red+Green+Blue) = 32+65+87=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 65 (25.78% from 255 or 35.33% 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 #204157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204157 is #DFBEA8. Grayscale: #393939. Windows color (decimal): -14663337 or 5718304. OLE color: 5718304.

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

Color convert

RGB326587-
CMYK0.630.2500.66
HSL204º46.22%23.33%-
HSV(B)204º63.22%34.12%-
XYZ4.214.789.72-
YUV57.64144.57109.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.39%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 87 (34.38% from 255) = 47.28%
R=17.39%
G=35.33%
B=47.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3265870.630.2500.6620446.2223.33
Hex2041573F19042cc2e17
Octal40101127773101023145627
Binary1000001000001101011111111111001010000101100110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204157; }

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

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

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

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

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

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

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

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