#274244

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

Shades of Nordic #274244

Tints of Nordic #274244

Color information

#274244 (or 0x274244) is unknown color: approx Nordic. HEX triplet: 27, 42 and 44. RGB value is (39,66,68). Sum of RGB (Red+Green+Blue) = 39+66+68=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 68 - color contains mainly: blue. Hex color #274244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274244 is #D8BDBB. Grayscale: #3A3A3A. Windows color (decimal): -14204348 or 4473383. OLE color: 4473383.

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

Color convert

RGB396668-
CMYK0.430.0300.73
HSL184.14º27.1%20.98%-
HSV(B)184.14º42.65%26.67%-
XYZ3.834.756.18-
YUV58.16133.55114.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.54%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 68 (26.95% from 255) = 39.31%
R=22.54%
G=38.15%
B=39.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3966680.430.0300.73184.1427.120.98
Hex2742442B3049b81b15
Octal4710210453301112703325
Binary100111100001010001001010111101001001101110001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274244; }

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

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

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

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

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

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

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

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