#242255

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

Shades of Paua #242255

Tints of Paua #242255

Color information

#242255 (or 0x242255) is unknown color: approx Paua. HEX triplet: 24, 22 and 55. RGB value is (36,34,85). Sum of RGB (Red+Green+Blue) = 36+34+85=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #242255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242255 is #DBDDAA. Grayscale: #282828. Windows color (decimal): -14409131 or 5579300. OLE color: 5579300.

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

Color convert

RGB363485-
CMYK0.580.6000.67
HSL242.35º42.86%23.33%-
HSV(B)242.35º60%33.33%-
XYZ2.942.188.86-
YUV40.41153.16124.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.23%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 85 (33.59% from 255) = 54.84%
R=23.23%
G=21.94%
B=54.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3634850.580.6000.67242.3542.8623.33
Hex2422553A3C043f22b17
Octal4442125727401033625327
Binary1001001000101010101111010111100010000111111001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242255; }

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

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

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

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

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

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

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

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