Html Css Color HEX #284244 Nordic

📋 copy color: '#284244'

red 40 ◦ green 66 ◦ blue 68

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

Shades of Nordic #284244

Tints of Nordic #284244

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.93%

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

R = 22.99%
G = 37.93%
B = 39.08%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#284244 (or 0x284244) is known color: Nordic. HEX triplet: 28, 42 and 44. RGB value is (40,66,68). Sum of RGB (Red+Green+Blue) = 40+66+68=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 68 - color contains mainly: blue. Hex color #284244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284244 is #D7BDBB. Grayscale: #3A3A3A. Windows color (decimal): -14138812 or 4473384. OLE color: 4473384.

HSL color Cylindrical-coordinate representation of color #284244: hue angle of 184.29º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #284244 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 66 68 -
CMYK 0.41 0.03 0 0.73
HSL 184.29º 0.26% 0.21% -
HSV(B) 184.29º 0.41% 0.27% -
XYZ 3.87 4.76 6.18 -
YUV 58.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 40 66 68 0.41 0.03 0 0.73 184.29 0.26 0.21
Hex 28 42 44 29 3 0 49 B8 1A 15
Octal 50 102 104 51 3 0 111 270 32 25
Binary 101000 1000010 1000100 101001 11 0 1001001 10111000 11010 10101

Color Harmonies of #284244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284244

Black with #284244

Text Example


Text Example

White with #284244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284244; }

 p { color: rgb(40,66,68); }

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

background-color css

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

 a { background-color: rgb(40,66,68); }

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

border-color css

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

 span { border-color: rgb(40,66,68); }

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