#24235A

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

Shades of Paua #24235A

Tints of Paua #24235A

Color information

#24235A (or 0x24235A) is unknown color: approx Paua. HEX triplet: 24, 23 and 5A. RGB value is (36,35,90). Sum of RGB (Red+Green+Blue) = 36+35+90=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #24235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24235A is #DBDCA5. Grayscale: #292929. Windows color (decimal): -14408870 or 5907236. OLE color: 5907236.

HSL color Cylindrical-coordinate representation of color #24235A: hue angle of 241.09º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24235A is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB363590-
CMYK0.600.6100.65
HSL241.09º44%24.51%-
HSV(B)241.09º61.11%35.29%-
XYZ3.172.329.95-
YUV41.57155.33124.03-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.36%
GREEN value IS 35 (14.06% from 255) = 21.74%
BLUE value IS 90 (35.55% from 255) = 55.90%
R=22.36%
G=21.74%
B=55.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3635900.600.6100.65241.094424.51
Hex24235A3C3D041f12c19
Octal4443132747501013615431
Binary1001001000111011010111100111101010000011111000110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24235A; }

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

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

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

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

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

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

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

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