#274053

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

Shades of Nile Blue #274053

Tints of Nile Blue #274053

Color information

#274053 (or 0x274053) is unknown color: approx Nile Blue. HEX triplet: 27, 40 and 53. RGB value is (39,64,83). Sum of RGB (Red+Green+Blue) = 39+64+83=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #274053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274053 is #D8BFAC. Grayscale: #3A3A3A. Windows color (decimal): -14204845 or 5455911. OLE color: 5455911.

HSL color Cylindrical-coordinate representation of color #274053: hue angle of 205.91º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #274053 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB396483-
CMYK0.530.2300.67
HSL205.91º36.07%23.92%-
HSV(B)205.91º53.01%32.55%-
XYZ4.234.728.87-
YUV58.69141.72113.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.97%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 83 (32.81% from 255) = 44.62%
R=20.97%
G=34.41%
B=44.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3964830.530.2300.67205.9136.0723.92
Hex2740533517043ce2418
Octal47100123652701033164430
Binary1001111000000101001111010110111010000111100111010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274053; }

 p { color: rgb(39,64,83); }

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

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

 a { background-color: rgb(39,64,83); }

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

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

 span { border-color: rgb(39,64,83); }

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