#242056

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

Shades of Paua #242056

Tints of Paua #242056

Color information

#242056 (or 0x242056) is unknown color: approx Paua. HEX triplet: 24, 20 and 56. RGB value is (36,32,86). Sum of RGB (Red+Green+Blue) = 36+32+86=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #242056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242056 is #DBDFA9. Grayscale: #272727. Windows color (decimal): -14409642 or 5644324. OLE color: 5644324.

HSL color Cylindrical-coordinate representation of color #242056: hue angle of 244.44º 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 #242056 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB363286-
CMYK0.580.6300.66
HSL244.44º45.76%23.14%-
HSV(B)244.44º62.79%33.73%-
XYZ2.922.089.05-
YUV39.35154.33125.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.38%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 86 (33.98% from 255) = 55.84%
R=23.38%
G=20.78%
B=55.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3632860.580.6300.66244.4445.7623.14
Hex2420563A3F042f42e17
Octal4440126727701023645627
Binary1001001000001010110111010111111010000101111010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242056; }

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

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

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

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

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

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

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

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