#24234E

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

Shades of Paua #24234E

Tints of Paua #24234E

Color information

#24234E (or 0x24234E) is unknown color: approx Paua. HEX triplet: 24, 23 and 4E. RGB value is (36,35,78). Sum of RGB (Red+Green+Blue) = 36+35+78=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #24234E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24234E is #DBDCB1. Grayscale: #282828. Windows color (decimal): -14408882 or 5120804. OLE color: 5120804.

HSL color Cylindrical-coordinate representation of color #24234E: hue angle of 241.4º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #24234E is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB363578-
CMYK0.540.5500.69
HSL241.4º38.05%22.16%-
HSV(B)241.4º55.13%30.59%-
XYZ2.72.137.48-
YUV40.2149.33125-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.16%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 78 (30.86% from 255) = 52.35%
R=24.16%
G=23.49%
B=52.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3635780.540.5500.69241.438.0522.16
Hex24234E3637045f12616
Octal4443116666701053614626
Binary1001001000111001110110110110111010001011111000110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24234E; }

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

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

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

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

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

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

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

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