#242356

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

Shades of Paua #242356

Tints of Paua #242356

Color information

#242356 (or 0x242356) is unknown color: approx Paua. HEX triplet: 24, 23 and 56. RGB value is (36,35,86). Sum of RGB (Red+Green+Blue) = 36+35+86=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #242356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242356 is #DBDCA9. Grayscale: #282828. Windows color (decimal): -14408874 or 5645092. OLE color: 5645092.

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

Color convert

RGB363586-
CMYK0.580.5900.66
HSL241.18º42.15%23.73%-
HSV(B)241.18º59.3%33.73%-
XYZ3.012.259.08-
YUV41.11153.33124.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.93%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 86 (33.98% from 255) = 54.78%
R=22.93%
G=22.29%
B=54.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3635860.580.5900.66241.1842.1523.73
Hex2423563A3B042f12a18
Octal4443126727301023615230
Binary1001001000111010110111010111011010000101111000110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242356; }

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

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

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

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

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

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

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

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