Html Css Color HEX #284041 Nordic

📋 copy color: '#284041'

red 40 ◦ green 64 ◦ blue 65

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

Shades of Nordic #284041

Tints of Nordic #284041

RGB

 RED value IS 40 (16.02% from 255) = 23.67%

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

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

R = 23.67%
G = 37.87%
B = 38.46%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#284041 (or 0x284041) is known color: Nordic. HEX triplet: 28, 40 and 41. RGB value is (40,64,65). Sum of RGB (Red+Green+Blue) = 40+64+65=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 65 - color contains mainly: blue. Hex color #284041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284041 is #D7BFBE. Grayscale: #383838. Windows color (decimal): -14139327 or 4276264. OLE color: 4276264.

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

Color convert

RGB 40 64 65 -
CMYK 0.38 0.02 0 0.75
HSL 182.4º 0.24% 0.21% -
HSV(B) 182.4º 0.38% 0.25% -
XYZ 3.66 4.5 5.68 -
YUV 56.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 40 64 65 0.38 0.02 0 0.75 182.4 0.24 0.21
Hex 28 40 41 26 2 0 4B B6 18 15
Octal 50 100 101 46 2 0 113 266 30 25
Binary 101000 1000000 1000001 100110 10 0 1001011 10110110 11000 10101

Color Harmonies of #284041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284041

Black with #284041

Text Example


Text Example

White with #284041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284041; }

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

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

background-color css

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

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

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

border-color css

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

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

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