#242052

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

Shades of Paua #242052

Tints of Paua #242052

Color information

#242052 (or 0x242052) is unknown color: approx Paua. HEX triplet: 24, 20 and 52. RGB value is (36,32,82). Sum of RGB (Red+Green+Blue) = 36+32+82=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 82 (32.42% from 255 or 54.67% from 150); Max value from RGB is 82 - color contains mainly: blue. Hex color #242052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242052 is #DBDFAD. Grayscale: #262626. Windows color (decimal): -14409646 or 5382180. OLE color: 5382180.

HSL color Cylindrical-coordinate representation of color #242052: hue angle of 244.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #242052 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB363282-
CMYK0.560.6100.68
HSL244.8º43.86%22.35%-
HSV(B)244.8º60.98%32.16%-
XYZ2.772.028.23-
YUV38.9152.33125.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 82 (32.42% from 255) = 54.67%
R=24%
G=21.33%
B=54.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3632820.560.6100.68244.843.8622.35
Hex242052383D044f52c16
Octal4440122707501043655426
Binary1001001000001010010111000111101010001001111010110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242052; }

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

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

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

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

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

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

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

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