Html Css Color HEX #274040 Nordic

📋 copy color: '#274040'

red 39 ◦ green 64 ◦ blue 64

#274040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #274040

Tints of Nordic #274040

RGB

 RED value IS 39 (15.63% from 255) = 23.35%

 GREEN value IS 64 (25.39% from 255) = 38.32%

 BLUE value IS 64 (25.39% from 255) = 38.32%

R = 23.35%
G = 38.32%
B = 38.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#274040 (or 0x274040) is known color: Nordic. HEX triplet: 27, 40 and 40. RGB value is (39,64,64). Sum of RGB (Red+Green+Blue) = 39+64+64=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #274040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274040 is #D8BFBF. Grayscale: #383838. Windows color (decimal): -14204864 or 4210727. OLE color: 4210727.

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

Color convert

RGB 39 64 64 -
CMYK 0.39 0 0 0.75
HSL 180º 0.24% 0.2% -
HSV(B) 180º 0.39% 0.25% -
XYZ 3.6 4.47 5.52 -
YUV 56.53 132.22 115.5 -
System Red Green Blue C M Y K H S L
Decimal 39 64 64 0.39 0 0 0.75 180 0.24 0.2
Hex 27 40 40 27 0 0 4B B4 18 14
Octal 47 100 100 47 0 0 113 264 30 24
Binary 100111 1000000 1000000 100111 0 0 1001011 10110100 11000 10100

Color Harmonies of #274040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274040

Black with #274040

Text Example


Text Example

White with #274040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274040; }

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

 H1.HeaderClassName
 {
   color: #274040;
 }
 .AnyTagClassName
 {
   color: #274040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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