#204057

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

Shades of Regal Blue #204057

Tints of Regal Blue #204057

Color information

#204057 (or 0x204057) is unknown color: approx Regal Blue. HEX triplet: 20, 40 and 57. RGB value is (32,64,87). Sum of RGB (Red+Green+Blue) = 32+64+87=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #204057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204057 is #DFBFA8. Grayscale: #383838. Windows color (decimal): -14663593 or 5718048. OLE color: 5718048.

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

Color convert

RGB326487-
CMYK0.630.2600.66
HSL205.09º46.22%23.33%-
HSV(B)205.09º63.22%34.12%-
XYZ4.154.669.7-
YUV57.05144.9110.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.49%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 87 (34.38% from 255) = 47.54%
R=17.49%
G=34.97%
B=47.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3264870.630.2600.66205.0946.2223.33
Hex2040573F1A042cd2e17
Octal40100127773201023155627
Binary1000001000000101011111111111010010000101100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204057; }

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

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

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

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

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

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

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

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