#203C57

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

Shades of Regal Blue #203C57

Tints of Regal Blue #203C57

Color information

#203C57 (or 0x203C57) is unknown color: approx Regal Blue. HEX triplet: 20, 3C and 57. RGB value is (32,60,87). Sum of RGB (Red+Green+Blue) = 32+60+87=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #203C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C57 is #DFC3A8. Grayscale: #363636. Windows color (decimal): -14664617 or 5717024. OLE color: 5717024.

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

Color convert

RGB326087-
CMYK0.630.3100.66
HSL209.45º46.22%23.33%-
HSV(B)209.45º63.22%34.12%-
XYZ3.934.239.63-
YUV54.71146.22111.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.88%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 87 (34.38% from 255) = 48.60%
R=17.88%
G=33.52%
B=48.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3260870.630.3100.66209.4546.2223.33
Hex203C573F1F042d12e17
Octal4074127773701023215627
Binary100000111100101011111111111111010000101101000110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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