Html Css Color HEX #274144 Nordic

📋 copy color: '#274144'

red 39 ◦ green 65 ◦ blue 68

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

Shades of Nordic #274144

Tints of Nordic #274144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.79%

 BLUE value IS 68 (26.95% from 255) = 39.53%

R = 22.67%
G = 37.79%
B = 39.53%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#274144 (or 0x274144) is known color: Nordic. HEX triplet: 27, 41 and 44. RGB value is (39,65,68). Sum of RGB (Red+Green+Blue) = 39+65+68=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 68 - color contains mainly: blue. Hex color #274144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274144 is #D8BEBB. Grayscale: #393939. Windows color (decimal): -14204604 or 4473127. OLE color: 4473127.

HSL color Cylindrical-coordinate representation of color #274144: hue angle of 186.21º 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 #274144 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 39 65 68 -
CMYK 0.43 0.04 0 0.73
HSL 186.21º 0.27% 0.21% -
HSV(B) 186.21º 0.43% 0.27% -
XYZ 3.77 4.63 6.16 -
YUV 57.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 39 65 68 0.43 0.04 0 0.73 186.21 0.27 0.21
Hex 27 41 44 2B 4 0 49 BA 1B 15
Octal 47 101 104 53 4 0 111 272 33 25
Binary 100111 1000001 1000100 101011 100 0 1001001 10111010 11011 10101

Color Harmonies of #274144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274144

Black with #274144

Text Example


Text Example

White with #274144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274144; }

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

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

background-color css

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

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

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

border-color css

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

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

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