#244042

Color #244042 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #244042

Tints of Nordic #244042

Color information

#244042 (or 0x244042) is unknown color: approx Nordic. HEX triplet: 24, 40 and 42. RGB value is (36,64,66). Sum of RGB (Red+Green+Blue) = 36+64+66=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 66 - color contains mainly: blue. Hex color #244042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244042 is #DBBFBD. Grayscale: #373737. Windows color (decimal): -14401470 or 4341796. OLE color: 4341796.

HSL color Cylindrical-coordinate representation of color #244042: hue angle of 184º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #244042 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB366466-
CMYK0.450.0300.74
HSL184º29.41%20%-
HSV(B)184º45.45%25.88%-
XYZ3.544.445.82-
YUV55.86133.72113.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.69%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 66 (26.17% from 255) = 39.76%
R=21.69%
G=38.55%
B=39.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3664660.450.0300.7418429.4120
Hex2440422D304Ab81d14
Octal4410010255301122703524
Binary100100100000010000101011011101001010101110001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244042; }

 p { color: rgb(36,64,66); }

 H1.HeaderClassName
 {
   color: #244042;
 }
 .AnyTagClassName
 {
   color: #244042;
 }
</style>
background-color css

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

 a { background-color: rgb(36,64,66); }

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

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

 span { border-color: rgb(36,64,66); }

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