#273D50

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

Shades of Nile Blue #273D50

Tints of Nile Blue #273D50

Color information

#273D50 (or 0x273D50) is unknown color: approx Nile Blue. HEX triplet: 27, 3D and 50. RGB value is (39,61,80). Sum of RGB (Red+Green+Blue) = 39+61+80=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #273D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D50 is #D8C2AF. Grayscale: #383838. Windows color (decimal): -14205616 or 5258535. OLE color: 5258535.

HSL color Cylindrical-coordinate representation of color #273D50: hue angle of 207.8º 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 #273D50 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB396180-
CMYK0.510.2400.69
HSL207.8º34.45%23.33%-
HSV(B)207.8º51.25%31.37%-
XYZ3.954.358.22-
YUV56.59141.21115.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.67%
GREEN value IS 61 (24.22% from 255) = 33.89%
BLUE value IS 80 (31.64% from 255) = 44.44%
R=21.67%
G=33.89%
B=44.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3961800.510.2400.69207.834.4523.33
Hex273D503318045d02217
Octal4775120633001053204227
Binary100111111101101000011001111000010001011101000010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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