Html Css Color HEX #243B40 Nordic

📋 copy color: '#243B40'

red 36 ◦ green 59 ◦ blue 64

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

Shades of Nordic #243B40

Tints of Nordic #243B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.11%

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

R = 22.64%
G = 37.11%
B = 40.25%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#243B40 (or 0x243B40) is known color: Nordic. HEX triplet: 24, 3B and 40. RGB value is (36,59,64). Sum of RGB (Red+Green+Blue) = 36+59+64=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #243B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243B40 is #DBC4BF. Grayscale: #343434. Windows color (decimal): -14402752 or 4209444. OLE color: 4209444.

HSL color Cylindrical-coordinate representation of color #243B40: hue angle of 190.71º 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 #243B40 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 36 59 64 -
CMYK 0.44 0.08 0 0.75
HSL 190.71º 0.28% 0.2% -
HSV(B) 190.71º 0.44% 0.25% -
XYZ 3.22 3.87 5.43 -
YUV 52.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 36 59 64 0.44 0.08 0 0.75 190.71 0.28 0.2
Hex 24 3B 40 2C 8 0 4B BF 1C 14
Octal 44 73 100 54 10 0 113 277 34 24
Binary 100100 111011 1000000 101100 1000 0 1001011 10111111 11100 10100

Color Harmonies of #243B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243B40

Black with #243B40

Text Example


Text Example

White with #243B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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