#274252

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

Shades of Nile Blue #274252

Tints of Nile Blue #274252

Color information

#274252 (or 0x274252) is unknown color: approx Nile Blue. HEX triplet: 27, 42 and 52. RGB value is (39,66,82). Sum of RGB (Red+Green+Blue) = 39+66+82=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #274252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274252 is #D8BDAD. Grayscale: #3B3B3B. Windows color (decimal): -14204334 or 5390887. OLE color: 5390887.

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

Color convert

RGB396682-
CMYK0.520.2000.68
HSL202.33º35.54%23.73%-
HSV(B)202.33º52.44%32.16%-
XYZ4.314.948.71-
YUV59.75140.55113.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.86%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 82 (32.42% from 255) = 43.85%
R=20.86%
G=35.29%
B=43.85%

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
Decimal3966820.520.2000.68202.3335.5423.73
Hex2742523414044ca2418
Octal47102122642401043124430
Binary1001111000010101001011010010100010001001100101010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274252; }

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

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

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

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

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

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

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

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