#24195D

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

Shades of Paua #24195D

Tints of Paua #24195D

Color information

#24195D (or 0x24195D) is unknown color: approx Paua. HEX triplet: 24, 19 and 5D. RGB value is (36,25,93). Sum of RGB (Red+Green+Blue) = 36+25+93=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #24195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24195D is #DBE6A2. Grayscale: #232323. Windows color (decimal): -14411427 or 6101284. OLE color: 6101284.

HSL color Cylindrical-coordinate representation of color #24195D: hue angle of 249.71º degrees, saturation: 0.58, 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 #24195D is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB362593-
CMYK0.610.7300.64
HSL249.71º57.63%23.14%-
HSV(B)249.71º73.12%36.47%-
XYZ3.051.8610.55-
YUV36.04160.14127.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.38%
GREEN value IS 25 (10.16% from 255) = 16.23%
BLUE value IS 93 (36.72% from 255) = 60.39%
R=23.38%
G=16.23%
B=60.39%

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
Decimal3625930.610.7300.64249.7157.6323.14
Hex24195D3D49040fa3a17
Octal44311357511101003727227
Binary1001001100110111011111011001001010000001111101011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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