#244246

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

Shades of Nordic #244246

Tints of Nordic #244246

Color information

#244246 (or 0x244246) is unknown color: approx Nordic. HEX triplet: 24, 42 and 46. RGB value is (36,66,70). Sum of RGB (Red+Green+Blue) = 36+66+70=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 70 - color contains mainly: blue. Hex color #244246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244246 is #DBBDB9. Grayscale: #393939. Windows color (decimal): -14400954 or 4604452. OLE color: 4604452.

HSL color Cylindrical-coordinate representation of color #244246: hue angle of 187.06º 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 #244246 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB366670-
CMYK0.490.0600.73
HSL187.06º32.08%20.78%-
HSV(B)187.06º48.57%27.45%-
XYZ3.784.716.5-
YUV57.49135.06112.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.93%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 70 (27.73% from 255) = 40.70%
R=20.93%
G=38.37%
B=40.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3666700.490.0600.73187.0632.0820.78
Hex244246316049bb2015
Octal4410210661601112734025
Binary10010010000101000110110001110010010011011101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244246; }

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

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

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

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

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

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

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

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