#242060

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

Shades of Paua #242060

Tints of Paua #242060

Color information

#242060 (or 0x242060) is unknown color: approx Paua. HEX triplet: 24, 20 and 60. RGB value is (36,32,96). Sum of RGB (Red+Green+Blue) = 36+32+96=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #242060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242060 is #DBDF9F. Grayscale: #282828. Windows color (decimal): -14409632 or 6299684. OLE color: 6299684.

HSL color Cylindrical-coordinate representation of color #242060: hue angle of 243.75º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #242060 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB363296-
CMYK0.620.6700.62
HSL243.75º50%25.1%-
HSV(B)243.75º66.67%37.65%-
XYZ3.362.2511.32-
YUV40.49159.33124.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 96 (37.89% from 255) = 58.54%
R=21.95%
G=19.51%
B=58.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3632960.620.6700.62243.755025.1
Hex2420603E4303Ef43219
Octal4440140761030763646231
Binary1001001000001100000111110100001101111101111010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242060; }

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

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

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

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

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

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

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

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