#274352

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

Shades of Nile Blue #274352

Tints of Nile Blue #274352

Color information

#274352 (or 0x274352) is unknown color: approx Nile Blue. HEX triplet: 27, 43 and 52. RGB value is (39,67,82). Sum of RGB (Red+Green+Blue) = 39+67+82=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 82 - color contains mainly: blue. Hex color #274352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274352 is #D8BCAD. Grayscale: #3C3C3C. Windows color (decimal): -14204078 or 5391143. OLE color: 5391143.

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

Color convert

RGB396782-
CMYK0.520.1800.68
HSL200.93º35.54%23.73%-
HSV(B)200.93º52.44%32.16%-
XYZ4.375.058.73-
YUV60.34140.22112.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.74%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 82 (32.42% from 255) = 43.62%
R=20.74%
G=35.64%
B=43.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3967820.520.1800.68200.9335.5423.73
Hex2743523412044c92418
Octal47103122642201043114430
Binary1001111000011101001011010010010010001001100100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274352; }

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

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

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

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

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

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

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

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