#274052

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

Shades of Nile Blue #274052

Tints of Nile Blue #274052

Color information

#274052 (or 0x274052) is unknown color: approx Nile Blue. HEX triplet: 27, 40 and 52. RGB value is (39,64,82). Sum of RGB (Red+Green+Blue) = 39+64+82=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #274052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274052 is #D8BFAD. Grayscale: #3A3A3A. Windows color (decimal): -14204846 or 5390375. OLE color: 5390375.

HSL color Cylindrical-coordinate representation of color #274052: hue angle of 205.12º degrees, saturation: 0.36, 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 #274052 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB396482-
CMYK0.520.2200.68
HSL205.12º35.54%23.73%-
HSV(B)205.12º52.44%32.16%-
XYZ4.194.718.67-
YUV58.58141.22114.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 82 (32.42% from 255) = 44.32%
R=21.08%
G=34.59%
B=44.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3964820.520.2200.68205.1235.5423.73
Hex2740523416044cd2418
Octal47100122642601043154430
Binary1001111000000101001011010010110010001001100110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274052; }

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

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

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

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

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

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

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

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