Html Css Color HEX #244144 Nordic

📋 copy color: '#244144'

red 36 ◦ green 65 ◦ blue 68

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

Shades of Nordic #244144

Tints of Nordic #244144

RGB

 RED value IS 36 (14.45% from 255) = 21.3%

 GREEN value IS 65 (25.78% from 255) = 38.46%

 BLUE value IS 68 (26.95% from 255) = 40.24%

R = 21.3%
G = 38.46%
B = 40.24%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#244144 (or 0x244144) is known color: Nordic. HEX triplet: 24, 41 and 44. RGB value is (36,65,68). Sum of RGB (Red+Green+Blue) = 36+65+68=169 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.30% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 68 (26.95% from 255 or 40.24% from 169); Max value from RGB is 68 - color contains mainly: blue. Hex color #244144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244144 is #DBBEBB. Grayscale: #383838. Windows color (decimal): -14401212 or 4473124. OLE color: 4473124.

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

Color convert

RGB 36 65 68 -
CMYK 0.47 0.04 0 0.73
HSL 185.63º 0.31% 0.2% -
HSV(B) 185.63º 0.47% 0.27% -
XYZ 3.66 4.57 6.16 -
YUV 56.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 36 65 68 0.47 0.04 0 0.73 185.63 0.31 0.2
Hex 24 41 44 2F 4 0 49 BA 1F 14
Octal 44 101 104 57 4 0 111 272 37 24
Binary 100100 1000001 1000100 101111 100 0 1001001 10111010 11111 10100

Color Harmonies of #244144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244144

Black with #244144

Text Example


Text Example

White with #244144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244144; }

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

 H1.HeaderClassName
 {
   color: #244144;
 }
 .AnyTagClassName
 {
   color: #244144;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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