#24195C

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

Shades of Paua #24195C

Tints of Paua #24195C

Color information

#24195C (or 0x24195C) is unknown color: approx Paua. HEX triplet: 24, 19 and 5C. RGB value is (36,25,92). Sum of RGB (Red+Green+Blue) = 36+25+92=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #24195C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24195C is #DBE6A3. Grayscale: #232323. Windows color (decimal): -14411428 or 6035748. OLE color: 6035748.

HSL color Cylindrical-coordinate representation of color #24195C: hue angle of 249.85º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #24195C is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB362592-
CMYK0.610.7300.64
HSL249.85º57.26%22.94%-
HSV(B)249.85º72.83%36.08%-
XYZ3.011.8410.32-
YUV35.93159.64128.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.53%
GREEN value IS 25 (10.16% from 255) = 16.34%
BLUE value IS 92 (36.33% from 255) = 60.13%
R=23.53%
G=16.34%
B=60.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3625920.610.7300.64249.8557.2622.94
Hex24195C3D49040fa3917
Octal44311347511101003727127
Binary1001001100110111001111011001001010000001111101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24195C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24195C; }

 p { color: rgb(36,25,92); }

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

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

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

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

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

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

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