#243F40

Color #243F40 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #243F40

Tints of Nordic #243F40

Color information

#243F40 (or 0x243F40) is unknown color: approx 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

RGB366364-
CMYK0.440.0200.75
HSL182.14º28%19.61%-
HSV(B)182.14º43.75%25.1%-
XYZ3.434.35.5-
YUV55.04133.05114.42-

RGB Variations

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

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 (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3663640.440.0200.75182.142819.61
Hex243F402C204Bb61c14
Octal447710054201132663424
Binary10010011111110000001011001001001011101101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>