#244146

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

Shades of Nordic #244146

Tints of Nordic #244146

Color information

#244146 (or 0x244146) is unknown color: approx Nordic. HEX triplet: 24, 41 and 46. RGB value is (36,65,70). Sum of RGB (Red+Green+Blue) = 36+65+70=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 70 - color contains mainly: blue. Hex color #244146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244146 is #DBBEB9. Grayscale: #383838. Windows color (decimal): -14401210 or 4604196. OLE color: 4604196.

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

Color convert

RGB366570-
CMYK0.490.0700.73
HSL188.82º32.08%20.78%-
HSV(B)188.82º48.57%27.45%-
XYZ3.724.66.49-
YUV56.9135.39113.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.05%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 70 (27.73% from 255) = 40.94%
R=21.05%
G=38.01%
B=40.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3665700.490.0700.73188.8232.0820.78
Hex244146317049bd2015
Octal4410110661701112754025
Binary10010010000011000110110001111010010011011110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244146; }

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

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

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

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

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

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

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

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