#242455

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

Shades of Paua #242455

Tints of Paua #242455

Color information

#242455 (or 0x242455) is unknown color: approx Paua. HEX triplet: 24, 24 and 55. RGB value is (36,36,85). Sum of RGB (Red+Green+Blue) = 36+36+85=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #242455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242455 is #DBDBAA. Grayscale: #292929. Windows color (decimal): -14408619 or 5579812. OLE color: 5579812.

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

Color convert

RGB363685-
CMYK0.580.5800.67
HSL240º40.5%23.73%-
HSV(B)240º57.65%33.33%-
XYZ32.298.88-
YUV41.59152.5124.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.93%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 85 (33.59% from 255) = 54.14%
R=22.93%
G=22.93%
B=54.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3636850.580.5800.6724040.523.73
Hex2424553A3A043f02818
Octal4444125727201033605030
Binary1001001001001010101111010111010010000111111000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242455; }

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

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

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

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

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

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

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

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