Html Css Color HEX #244146 Nordic

📋 copy color: '#244146'

red 36 ◦ green 65 ◦ blue 70

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

Shades of Nordic #244146

Tints of Nordic #244146

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 value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

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

RGB 36 65 70 -
CMYK 0.49 0.07 0 0.73
HSL 188.82º 0.32% 0.21% -
HSV(B) 188.82º 0.49% 0.27% -
XYZ 3.72 4.6 6.49 -
YUV 56.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 36 65 70 0.49 0.07 0 0.73 188.82 0.32 0.21
Hex 24 41 46 31 7 0 49 BD 20 15
Octal 44 101 106 61 7 0 111 275 40 25
Binary 100100 1000001 1000110 110001 111 0 1001001 10111101 100000 10101

Color Harmonies of #244146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244146

Black with #244146

Text Example


Text Example

White with #244146

Text Example


Text Example

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