#244145

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

Shades of Nordic #244145

Tints of Nordic #244145

Color information

#244145 (or 0x244145) is unknown color: approx Nordic. HEX triplet: 24, 41 and 45. RGB value is (36,65,69). Sum of RGB (Red+Green+Blue) = 36+65+69=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 69 - color contains mainly: blue. Hex color #244145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244145 is #DBBEBA. Grayscale: #383838. Windows color (decimal): -14401211 or 4538660. OLE color: 4538660.

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

Color convert

RGB366569-
CMYK0.480.0600.73
HSL187.27º31.43%20.59%-
HSV(B)187.27º47.83%27.06%-
XYZ3.694.596.32-
YUV56.78134.89113.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.18%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 69 (27.34% from 255) = 40.59%
R=21.18%
G=38.24%
B=40.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3665690.480.0600.73187.2731.4320.59
Hex244145306049bb1f15
Octal4410110560601112733725
Binary1001001000001100010111000011001001001101110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244145; }

 p { color: rgb(36,65,69); }

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

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

 a { background-color: rgb(36,65,69); }

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

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

 span { border-color: rgb(36,65,69); }

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