#242047

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

Shades of Paua #242047

Tints of Paua #242047

Color information

#242047 (or 0x242047) is unknown color: approx Paua. HEX triplet: 24, 20 and 47. RGB value is (36,32,71). Sum of RGB (Red+Green+Blue) = 36+32+71=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #242047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242047 is #DBDFB8. Grayscale: #252525. Windows color (decimal): -14409657 or 4661284. OLE color: 4661284.

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

Color convert

RGB363271-
CMYK0.490.5500.72
HSL246.15º37.86%20.2%-
HSV(B)246.15º54.93%27.84%-
XYZ2.381.866.2-
YUV37.64146.83126.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.90%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 71 (28.12% from 255) = 51.08%
R=25.90%
G=23.02%
B=51.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3632710.490.5500.72246.1537.8620.2
Hex2420473137048f62614
Octal4440107616701103664624
Binary1001001000001000111110001110111010010001111011010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242047; }

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

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

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

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

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

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

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

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