#242048

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

Shades of Paua #242048

Tints of Paua #242048

Color information

#242048 (or 0x242048) is unknown color: approx Paua. HEX triplet: 24, 20 and 48. RGB value is (36,32,72). Sum of RGB (Red+Green+Blue) = 36+32+72=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #242048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242048 is #DBDFB7. Grayscale: #252525. Windows color (decimal): -14409656 or 4726820. OLE color: 4726820.

HSL color Cylindrical-coordinate representation of color #242048: hue angle of 246º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #242048 is Cyan = 0.5, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB363272-
CMYK0.50.5600.72
HSL246º38.46%20.39%-
HSV(B)246º55.56%28.24%-
XYZ2.411.886.37-
YUV37.76147.33126.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.71%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 72 (28.52% from 255) = 51.43%
R=25.71%
G=22.86%
B=51.43%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3632720.50.5600.7224638.4620.39
Hex2420483238048f62614
Octal4440110627001103664624
Binary1001001000001001000110010111000010010001111011010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242048; }

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

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

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

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

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

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

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

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