Html Css Color HEX #273C50 Nile Blue

📋 copy color: '#273C50'

red 39 ◦ green 60 ◦ blue 80

#273C50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nile Blue #273C50

Tints of Nile Blue #273C50

RGB

 RED value IS 39 (15.63% 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 value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#273C50 (or 0x273C50) is known color: 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

RGB 39 60 80 -
CMYK 0.51 0.25 0 0.69
HSL 209.27º 0.34% 0.23% -
HSV(B) 209.27º 0.51% 0.31% -
XYZ 3.9 4.24 8.2 -
YUV 56 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 39 60 80 0.51 0.25 0 0.69 209.27 0.34 0.23
Hex 27 3C 50 33 19 0 45 D1 22 17
Octal 47 74 120 63 31 0 105 321 42 27
Binary 100111 111100 1010000 110011 11001 0 1000101 11010001 100010 10111

Color Harmonies of #273C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273C50

Black with #273C50

Text Example


Text Example

White with #273C50

Text Example


Text Example

HTML Codes & Css Web 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>