Html Css Color HEX #274041 Nordic

📋 copy color: '#274041'

red 39 ◦ green 64 ◦ blue 65

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

Shades of Nordic #274041

Tints of Nordic #274041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.69%

R = 23.21%
G = 38.1%
B = 38.69%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 39 64 65 -
CMYK 0.40 0.02 0 0.75
HSL 182.31º 0.25% 0.2% -
HSV(B) 182.31º 0.4% 0.25% -
XYZ 3.62 4.48 5.67 -
YUV 56.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 39 64 65 0.40 0.02 0 0.75 182.31 0.25 0.2
Hex 27 40 41 28 2 0 4B B6 19 14
Octal 47 100 101 50 2 0 113 266 31 24
Binary 100111 1000000 1000001 101000 10 0 1001011 10110110 11001 10100

Color Harmonies of #274041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274041

Black with #274041

Text Example


Text Example

White with #274041

Text Example


Text Example

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