#274041

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

Shades of Nordic #274041

Tints of Nordic #274041

Color information

#274041 (or 0x274041) is unknown color: approx Nordic. HEX triplet: 27, 40 and 41. RGB value is (39,64,65). Sum of RGB (Red+Green+Blue) = 39+64+65=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 65 - color contains mainly: blue. Hex color #274041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274041 is #D8BFBE. Grayscale: #383838. Windows color (decimal): -14204863 or 4276263. OLE color: 4276263.

HSL color Cylindrical-coordinate representation of color #274041: hue angle of 182.31º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #274041 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB396465-
CMYK0.400.0200.75
HSL182.31º25%20.39%-
HSV(B)182.31º40%25.49%-
XYZ3.624.485.67-
YUV56.64132.72115.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 65 (25.78% from 255) = 38.69%
R=23.21%
G=38.10%
B=38.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964650.400.0200.75182.312520.39
Hex27404128204Bb61914
Octal4710010150201132663124
Binary100111100000010000011010001001001011101101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274041; }

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

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

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

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

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

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

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

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