#242057

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

Shades of Paua #242057

Tints of Paua #242057

Color information

#242057 (or 0x242057) is unknown color: approx Paua. HEX triplet: 24, 20 and 57. RGB value is (36,32,87). Sum of RGB (Red+Green+Blue) = 36+32+87=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #242057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242057 is #DBDFA8. Grayscale: #272727. Windows color (decimal): -14409641 or 5709860. OLE color: 5709860.

HSL color Cylindrical-coordinate representation of color #242057: hue angle of 244.36º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #242057 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB363287-
CMYK0.590.6300.66
HSL244.36º46.22%23.33%-
HSV(B)244.36º63.22%34.12%-
XYZ2.962.19.27-
YUV39.47154.83125.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.23%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 87 (34.38% from 255) = 56.13%
R=23.23%
G=20.65%
B=56.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3632870.590.6300.66244.3646.2223.33
Hex2420573B3F042f42e17
Octal4440127737701023645627
Binary1001001000001010111111011111111010000101111010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242057; }

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

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

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

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

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

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

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

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