#24255C

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

Shades of Paua #24255C

Tints of Paua #24255C

Color information

#24255C (or 0x24255C) is unknown color: approx Paua. HEX triplet: 24, 25 and 5C. RGB value is (36,37,92). Sum of RGB (Red+Green+Blue) = 36+37+92=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #24255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24255C is #DBDAA3. Grayscale: #2A2A2A. Windows color (decimal): -14408356 or 6038820. OLE color: 6038820.

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

Color convert

RGB363792-
CMYK0.610.6000.64
HSL238.93º43.75%25.1%-
HSV(B)238.93º60.87%36.08%-
XYZ3.322.4710.43-
YUV42.97155.67123.03-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.82%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 92 (36.33% from 255) = 55.76%
R=21.82%
G=22.42%
B=55.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3637920.610.6000.64238.9343.7525.1
Hex24255C3D3C040ef2c19
Octal4445134757401003575431
Binary1001001001011011100111101111100010000001110111110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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