Html Css Color HEX #274142 Nordic

📋 copy color: '#274142'

red 39 ◦ green 65 ◦ blue 66

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

Shades of Nordic #274142

Tints of Nordic #274142

RGB

 RED value IS 39 (15.63% 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 value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#274142 (or 0x274142) is known color: 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

RGB 39 65 66 -
CMYK 0.41 0.02 0 0.74
HSL 182.22º 0.26% 0.21% -
HSV(B) 182.22º 0.41% 0.26% -
XYZ 3.71 4.61 5.85 -
YUV 57.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 39 65 66 0.41 0.02 0 0.74 182.22 0.26 0.21
Hex 27 41 42 29 2 0 4A B6 1A 15
Octal 47 101 102 51 2 0 112 266 32 25
Binary 100111 1000001 1000010 101001 10 0 1001010 10110110 11010 10101

Color Harmonies of #274142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274142

Black with #274142

Text Example


Text Example

White with #274142

Text Example


Text Example

HTML Codes & Css Web 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>