#242256

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

Shades of Paua #242256

Tints of Paua #242256

Color information

#242256 (or 0x242256) is unknown color: approx Paua. HEX triplet: 24, 22 and 56. RGB value is (36,34,86). Sum of RGB (Red+Green+Blue) = 36+34+86=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #242256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242256 is #DBDDA9. Grayscale: #282828. Windows color (decimal): -14409130 or 5644836. OLE color: 5644836.

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

Color convert

RGB363486-
CMYK0.580.6000.66
HSL242.31º43.33%23.53%-
HSV(B)242.31º60.47%33.73%-
XYZ2.982.199.07-
YUV40.53153.66124.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.08%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 86 (33.98% from 255) = 55.13%
R=23.08%
G=21.79%
B=55.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3634860.580.6000.66242.3143.3323.53
Hex2422563A3C042f22b18
Octal4442126727401023625330
Binary1001001000101010110111010111100010000101111001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242256; }

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

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

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

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

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

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

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

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