#274142

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

Shades of Nordic #274142

Tints of Nordic #274142

Color information

#274142 (or 0x274142) is unknown color: approx Nordic. HEX triplet: 27, 41 and 42. RGB value is (39,65,66). Sum of RGB (Red+Green+Blue) = 39+65+66=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 66 - color contains mainly: blue. Hex color #274142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274142 is #D8BEBD. Grayscale: #393939. Windows color (decimal): -14204606 or 4342055. OLE color: 4342055.

HSL color Cylindrical-coordinate representation of color #274142: hue angle of 182.22º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #274142 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB396566-
CMYK0.410.0200.74
HSL182.22º25.71%20.59%-
HSV(B)182.22º40.91%25.88%-
XYZ3.714.615.85-
YUV57.34132.89114.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.94%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 66 (26.17% from 255) = 38.82%
R=22.94%
G=38.24%
B=38.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3965660.410.0200.74182.2225.7120.59
Hex27414229204Ab61a15
Octal4710110251201122663225
Binary100111100000110000101010011001001010101101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274142; }

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

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

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

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

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

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

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

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