Html Css Color HEX #243F40 Nordic

📋 copy color: '#243F40'

red 36 ◦ green 63 ◦ blue 64

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

Shades of Nordic #243F40

Tints of Nordic #243F40

RGB

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

 GREEN value IS 63 (25% from 255) = 38.65%

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

R = 22.09%
G = 38.65%
B = 39.26%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#243F40 (or 0x243F40) is known color: Nordic. HEX triplet: 24, 3F and 40. RGB value is (36,63,64). Sum of RGB (Red+Green+Blue) = 36+63+64=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 64 - color contains mainly: blue. Hex color #243F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243F40 is #DBC0BF. Grayscale: #373737. Windows color (decimal): -14401728 or 4210468. OLE color: 4210468.

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

Color convert

RGB 36 63 64 -
CMYK 0.44 0.02 0 0.75
HSL 182.14º 0.28% 0.2% -
HSV(B) 182.14º 0.44% 0.25% -
XYZ 3.43 4.3 5.5 -
YUV 55.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 36 63 64 0.44 0.02 0 0.75 182.14 0.28 0.2
Hex 24 3F 40 2C 2 0 4B B6 1C 14
Octal 44 77 100 54 2 0 113 266 34 24
Binary 100100 111111 1000000 101100 10 0 1001011 10110110 11100 10100

Color Harmonies of #243F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243F40

Black with #243F40

Text Example


Text Example

White with #243F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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