#203F59

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

Shades of Regal Blue #203F59

Tints of Regal Blue #203F59

Color information

#203F59 (or 0x203F59) is unknown color: approx Regal Blue. HEX triplet: 20, 3F and 59. RGB value is (32,63,89). Sum of RGB (Red+Green+Blue) = 32+63+89=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #203F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F59 is #DFC0A6. Grayscale: #383838. Windows color (decimal): -14663847 or 5848864. OLE color: 5848864.

HSL color Cylindrical-coordinate representation of color #203F59: hue angle of 207.37º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #203F59 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB326389-
CMYK0.640.2900.65
HSL207.37º47.11%23.73%-
HSV(B)207.37º64.04%34.9%-
XYZ4.184.5810.12-
YUV56.69146.23110.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.39%
GREEN value IS 63 (25% from 255) = 34.24%
BLUE value IS 89 (35.16% from 255) = 48.37%
R=17.39%
G=34.24%
B=48.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3263890.640.2900.65207.3747.1123.73
Hex203F59401D041cf2f18
Octal40771311003501013175730
Binary1000001111111011001100000011101010000011100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203F59; }

 p { color: rgb(32,63,89); }

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

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

 a { background-color: rgb(32,63,89); }

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

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

 span { border-color: rgb(32,63,89); }

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