#274151

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

Shades of Nile Blue #274151

Tints of Nile Blue #274151

Color information

#274151 (or 0x274151) is unknown color: approx Nile Blue. HEX triplet: 27, 41 and 51. RGB value is (39,65,81). Sum of RGB (Red+Green+Blue) = 39+65+81=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #274151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274151 is #D8BEAE. Grayscale: #3A3A3A. Windows color (decimal): -14204591 or 5325095. OLE color: 5325095.

HSL color Cylindrical-coordinate representation of color #274151: hue angle of 202.86º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #274151 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB396581-
CMYK0.520.2000.68
HSL202.86º35%23.53%-
HSV(B)202.86º51.85%31.76%-
XYZ4.214.818.49-
YUV59.05140.39113.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 81 (32.03% from 255) = 43.78%
R=21.08%
G=35.14%
B=43.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3965810.520.2000.68202.863523.53
Hex2741513414044cb2318
Octal47101121642401043134330
Binary1001111000001101000111010010100010001001100101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274151; }

 p { color: rgb(39,65,81); }

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

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

 a { background-color: rgb(39,65,81); }

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

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

 span { border-color: rgb(39,65,81); }

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