#243C48

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

Shades of Tarawera #243C48

Tints of Tarawera #243C48

Color information

#243C48 (or 0x243C48) is unknown color: approx Tarawera. HEX triplet: 24, 3C and 48. RGB value is (36,60,72). Sum of RGB (Red+Green+Blue) = 36+60+72=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #243C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243C48 is #DBC3B7. Grayscale: #363636. Windows color (decimal): -14402488 or 4733988. OLE color: 4733988.

HSL color Cylindrical-coordinate representation of color #243C48: hue angle of 200º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #243C48 is Cyan = 0.5, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB366072-
CMYK0.50.1700.72
HSL200º33.33%21.18%-
HSV(B)200º50%28.24%-
XYZ3.514.076.73-
YUV54.19138.05115.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.43%
GREEN value IS 60 (23.83% from 255) = 35.71%
BLUE value IS 72 (28.52% from 255) = 42.86%
R=21.43%
G=35.71%
B=42.86%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3660720.50.1700.7220033.3321.18
Hex243C483211048c82115
Octal4474110622101103104125
Binary100100111100100100011001010001010010001100100010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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