#24255E

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

Shades of Paua #24255E

Tints of Paua #24255E

Color information

#24255E (or 0x24255E) is unknown color: approx Paua. HEX triplet: 24, 25 and 5E. RGB value is (36,37,94). Sum of RGB (Red+Green+Blue) = 36+37+94=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #24255E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24255E is #DBDAA1. Grayscale: #2A2A2A. Windows color (decimal): -14408354 or 6169892. OLE color: 6169892.

HSL color Cylindrical-coordinate representation of color #24255E: hue angle of 238.97º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24255E is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB363794-
CMYK0.620.6100.63
HSL238.97º44.62%25.49%-
HSV(B)238.97º61.7%36.86%-
XYZ3.412.5110.89-
YUV43.2156.67122.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.56%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 94 (37.11% from 255) = 56.29%
R=21.56%
G=22.16%
B=56.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3637940.620.6100.63238.9744.6225.49
Hex24255E3E3D03Fef2d19
Octal444513676750773575531
Binary100100100101101111011111011110101111111110111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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