#242355

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

Shades of Paua #242355

Tints of Paua #242355

Color information

#242355 (or 0x242355) is unknown color: approx Paua. HEX triplet: 24, 23 and 55. RGB value is (36,35,85). Sum of RGB (Red+Green+Blue) = 36+35+85=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #242355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242355 is #DBDCAA. Grayscale: #282828. Windows color (decimal): -14408875 or 5579556. OLE color: 5579556.

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

Color convert

RGB363585-
CMYK0.580.5900.67
HSL241.2º41.67%23.53%-
HSV(B)241.2º58.82%33.33%-
XYZ2.972.238.87-
YUV41152.83124.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.08%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 85 (33.59% from 255) = 54.49%
R=23.08%
G=22.44%
B=54.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3635850.580.5900.67241.241.6723.53
Hex2423553A3B043f12a18
Octal4443125727301033615230
Binary1001001000111010101111010111011010000111111000110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242355; }

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

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

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

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

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

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

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

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