#203A4C

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

Shades of Nile Blue #203A4C

Tints of Nile Blue #203A4C

Color information

#203A4C (or 0x203A4C) is unknown color: approx Nile Blue. HEX triplet: 20, 3A and 4C. RGB value is (32,58,76). Sum of RGB (Red+Green+Blue) = 32+58+76=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #203A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A4C is #DFC5B3. Grayscale: #343434. Windows color (decimal): -14665140 or 4995616. OLE color: 4995616.

HSL color Cylindrical-coordinate representation of color #203A4C: hue angle of 204.55º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #203A4C is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB325876-
CMYK0.580.2400.70
HSL204.55º40.74%21.18%-
HSV(B)204.55º57.89%29.8%-
XYZ3.413.857.4-
YUV52.28141.39113.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.28%
GREEN value IS 58 (23.05% from 255) = 34.94%
BLUE value IS 76 (30.08% from 255) = 45.78%
R=19.28%
G=34.94%
B=45.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3258760.580.2400.70204.5540.7421.18
Hex203A4C3A18046cd2915
Octal4072114723001063155125
Binary100000111010100110011101011000010001101100110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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