#243C3C

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

Shades of Nordic #243C3C

Tints of Nordic #243C3C

Color information

#243C3C (or 0x243C3C) is unknown color: approx Nordic. HEX triplet: 24, 3C and 3C. RGB value is (36,60,60). Sum of RGB (Red+Green+Blue) = 36+60+60=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 60 - color contains mainly: green, blue. Hex color #243C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243C3C is #DBC3C3. Grayscale: #343434. Windows color (decimal): -14402500 or 3947556. OLE color: 3947556.

HSL color Cylindrical-coordinate representation of color #243C3C: hue angle of 180º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #243C3C is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB366060-
CMYK0.40000.76
HSL180º25%18.82%-
HSV(B)180º40%23.53%-
XYZ3.163.934.87-
YUV52.82132.05116-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.08%
GREEN value IS 60 (23.83% from 255) = 38.46%
BLUE value IS 60 (23.83% from 255) = 38.46%
R=23.08%
G=38.46%
B=38.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3660600.40000.761802518.82
Hex243C3C28004Cb41913
Octal44747450001142643123
Binary100100111100111100101000001001100101101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #243C3C;
 }
 .AnyTagClassName
 {
   color: #243C3C;
 }
</style>
background-color css

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

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

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

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

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

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