#203A56

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

Shades of Regal Blue #203A56

Tints of Regal Blue #203A56

Color information

#203A56 (or 0x203A56) is unknown color: approx Regal Blue. HEX triplet: 20, 3A and 56. RGB value is (32,58,86). Sum of RGB (Red+Green+Blue) = 32+58+86=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #203A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A56 is #DFC5A9. Grayscale: #353535. Windows color (decimal): -14665130 or 5650976. OLE color: 5650976.

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

Color convert

RGB325886-
CMYK0.630.3300.66
HSL211.11º45.76%23.14%-
HSV(B)211.11º62.79%33.73%-
XYZ3.794.019.38-
YUV53.42146.39112.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.18%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 86 (33.98% from 255) = 48.86%
R=18.18%
G=32.95%
B=48.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3258860.630.3300.66211.1145.7623.14
Hex203A563F21042d32e17
Octal4072126774101023235627
Binary1000001110101010110111111100001010000101101001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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