#241554

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

Shades of Paua #241554

Tints of Paua #241554

Color information

#241554 (or 0x241554) is unknown color: approx Paua. HEX triplet: 24, 15 and 54. RGB value is (36,21,84). Sum of RGB (Red+Green+Blue) = 36+21+84=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #241554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241554 is #DBEAAB. Grayscale: #202020. Windows color (decimal): -14412460 or 5510436. OLE color: 5510436.

HSL color Cylindrical-coordinate representation of color #241554: hue angle of 254.29º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #241554 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB362184-
CMYK0.570.7500.67
HSL254.29º60%20.59%-
HSV(B)254.29º75%32.94%-
XYZ2.61.558.55-
YUV32.67156.97130.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.53%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 84 (33.20% from 255) = 59.57%
R=25.53%
G=14.89%
B=59.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3621840.570.7500.67254.296020.59
Hex241554394B043fe3c15
Octal44251247111301033767425
Binary1001001010110101001110011001011010000111111111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241554; }

 p { color: rgb(36,21,84); }

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

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

 a { background-color: rgb(36,21,84); }

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

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

 span { border-color: rgb(36,21,84); }

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