#273C50

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

Shades of Nile Blue #273C50

Tints of Nile Blue #273C50

Color information

#273C50 (or 0x273C50) is unknown color: approx Nile Blue. HEX triplet: 27, 3C and 50. RGB value is (39,60,80). Sum of RGB (Red+Green+Blue) = 39+60+80=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #273C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C50 is #D8C3AF. Grayscale: #373737. Windows color (decimal): -14205872 or 5258279. OLE color: 5258279.

HSL color Cylindrical-coordinate representation of color #273C50: hue angle of 209.27º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #273C50 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB396080-
CMYK0.510.2500.69
HSL209.27º34.45%23.33%-
HSV(B)209.27º51.25%31.37%-
XYZ3.94.248.2-
YUV56141.54115.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.79%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 80 (31.64% from 255) = 44.69%
R=21.79%
G=33.52%
B=44.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3960800.510.2500.69209.2734.4523.33
Hex273C503319045d12217
Octal4774120633101053214227
Binary100111111100101000011001111001010001011101000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273C50; }

 p { color: rgb(39,60,80); }

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

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

 a { background-color: rgb(39,60,80); }

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

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

 span { border-color: rgb(39,60,80); }

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