Html Css Color HEX #243C40 Nordic

📋 copy color: '#243C40'

red 36 ◦ green 60 ◦ blue 64

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

Shades of Nordic #243C40

Tints of Nordic #243C40

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.5%

 BLUE value IS 64 (25.39% from 255) = 40%

R = 22.5%
G = 37.5%
B = 40%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#243C40 (or 0x243C40) is known color: Nordic. HEX triplet: 24, 3C and 40. RGB value is (36,60,64). Sum of RGB (Red+Green+Blue) = 36+60+64=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #243C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243C40 is #DBC3BF. Grayscale: #353535. Windows color (decimal): -14402496 or 4209700. OLE color: 4209700.

HSL color Cylindrical-coordinate representation of color #243C40: hue angle of 188.57º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #243C40 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 36 60 64 -
CMYK 0.44 0.06 0 0.75
HSL 188.57º 0.28% 0.2% -
HSV(B) 188.57º 0.44% 0.25% -
XYZ 3.27 3.98 5.45 -
YUV 53.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 36 60 64 0.44 0.06 0 0.75 188.57 0.28 0.2
Hex 24 3C 40 2C 6 0 4B BD 1C 14
Octal 44 74 100 54 6 0 113 275 34 24
Binary 100100 111100 1000000 101100 110 0 1001011 10111101 11100 10100

Color Harmonies of #243C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243C40

Black with #243C40

Text Example


Text Example

White with #243C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243C40; }

 p { color: rgb(36,60,64); }

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

background-color css

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

 a { background-color: rgb(36,60,64); }

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

border-color css

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

 span { border-color: rgb(36,60,64); }

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