#242053

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

Shades of Paua #242053

Tints of Paua #242053

Color information

#242053 (or 0x242053) is unknown color: approx Paua. HEX triplet: 24, 20 and 53. RGB value is (36,32,83). Sum of RGB (Red+Green+Blue) = 36+32+83=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #242053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242053 is #DBDFAC. Grayscale: #262626. Windows color (decimal): -14409645 or 5447716. OLE color: 5447716.

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

Color convert

RGB363283-
CMYK0.570.6100.67
HSL244.71º44.35%22.55%-
HSV(B)244.71º61.45%32.55%-
XYZ2.812.038.43-
YUV39.01152.83125.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.84%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 83 (32.81% from 255) = 54.97%
R=23.84%
G=21.19%
B=54.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3632830.570.6100.67244.7144.3522.55
Hex242053393D043f52c17
Octal4440123717501033655427
Binary1001001000001010011111001111101010000111111010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242053; }

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

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

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

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

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

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

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

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