#242054

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

Shades of Paua #242054

Tints of Paua #242054

Color information

#242054 (or 0x242054) is unknown color: approx Paua. HEX triplet: 24, 20 and 54. RGB value is (36,32,84). Sum of RGB (Red+Green+Blue) = 36+32+84=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #242054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242054 is #DBDFAB. Grayscale: #262626. Windows color (decimal): -14409644 or 5513252. OLE color: 5513252.

HSL color Cylindrical-coordinate representation of color #242054: hue angle of 244.62º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #242054 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB363284-
CMYK0.570.6200.67
HSL244.62º44.83%22.75%-
HSV(B)244.62º61.9%32.94%-
XYZ2.842.058.63-
YUV39.12153.33125.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.68%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 84 (33.20% from 255) = 55.26%
R=23.68%
G=21.05%
B=55.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3632840.570.6200.67244.6244.8322.75
Hex242054393E043f52d17
Octal4440124717601033655527
Binary1001001000001010100111001111110010000111111010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242054; }

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

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

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

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

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

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

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

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