#242044

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

Shades of Paua #242044

Tints of Paua #242044

Color information

#242044 (or 0x242044) is unknown color: approx Paua. HEX triplet: 24, 20 and 44. RGB value is (36,32,68). Sum of RGB (Red+Green+Blue) = 36+32+68=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 68 (26.95% from 255 or 50% from 136); Max value from RGB is 68 - color contains mainly: blue. Hex color #242044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242044 is #DBDFBB. Grayscale: #252525. Windows color (decimal): -14409660 or 4464676. OLE color: 4464676.

HSL color Cylindrical-coordinate representation of color #242044: hue angle of 246.67º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #242044 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB363268-
CMYK0.470.5300.73
HSL246.67º36%19.61%-
HSV(B)246.67º52.94%26.67%-
XYZ2.291.835.7-
YUV37.3145.33127.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.47%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 68 (26.95% from 255) = 50%
R=26.47%
G=23.53%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3632680.470.5300.73246.673619.61
Hex2420442F35049f72414
Octal4440104576501113674424
Binary1001001000001000100101111110101010010011111011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242044; }

 p { color: rgb(36,32,68); }

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

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

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

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

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

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

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