#274346

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

Shades of Nordic #274346

Tints of Nordic #274346

Color information

#274346 (or 0x274346) is unknown color: approx Nordic. HEX triplet: 27, 43 and 46. RGB value is (39,67,70). Sum of RGB (Red+Green+Blue) = 39+67+70=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 70 - color contains mainly: blue. Hex color #274346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274346 is #D8BCB9. Grayscale: #3A3A3A. Windows color (decimal): -14204090 or 4604711. OLE color: 4604711.

HSL color Cylindrical-coordinate representation of color #274346: hue angle of 185.81º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #274346 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB396770-
CMYK0.440.0400.73
HSL185.81º28.44%21.37%-
HSV(B)185.81º44.29%27.45%-
XYZ3.954.896.53-
YUV58.97134.22113.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.16%
GREEN value IS 67 (26.56% from 255) = 38.07%
BLUE value IS 70 (27.73% from 255) = 39.77%
R=22.16%
G=38.07%
B=39.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3967700.440.0400.73185.8128.4421.37
Hex2743462C4049ba1c15
Octal4710310654401112723425
Binary1001111000011100011010110010001001001101110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274346; }

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

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

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

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

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

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

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

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