Html Css Color HEX #244246 Nordic

📋 copy color: '#244246'

red 36 ◦ green 66 ◦ blue 70

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

Shades of Nordic #244246

Tints of Nordic #244246

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.7%

R = 20.93%
G = 38.37%
B = 40.7%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#244246 (or 0x244246) is known color: 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

RGB 36 66 70 -
CMYK 0.49 0.06 0 0.73
HSL 187.06º 0.32% 0.21% -
HSV(B) 187.06º 0.49% 0.27% -
XYZ 3.78 4.71 6.5 -
YUV 57.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 36 66 70 0.49 0.06 0 0.73 187.06 0.32 0.21
Hex 24 42 46 31 6 0 49 BB 20 15
Octal 44 102 106 61 6 0 111 273 40 25
Binary 100100 1000010 1000110 110001 110 0 1001001 10111011 100000 10101

Color Harmonies of #244246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244246

Black with #244246

Text Example


Text Example

White with #244246

Text Example


Text Example

HTML Codes & Css Web 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>