#241755

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

Shades of Paua #241755

Tints of Paua #241755

Color information

#241755 (or 0x241755) is unknown color: approx Paua. HEX triplet: 24, 17 and 55. RGB value is (36,23,85). Sum of RGB (Red+Green+Blue) = 36+23+85=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #241755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241755 is #DBE8AA. Grayscale: #212121. Windows color (decimal): -14411947 or 5576484. OLE color: 5576484.

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

Color convert

RGB362385-
CMYK0.580.7300.67
HSL252.58º57.41%21.18%-
HSV(B)252.58º72.94%33.33%-
XYZ2.671.648.77-
YUV33.96156.81129.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25%
GREEN value IS 23 (9.38% from 255) = 15.97%
BLUE value IS 85 (33.59% from 255) = 59.03%
R=25%
G=15.97%
B=59.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3623850.580.7300.67252.5857.4121.18
Hex2417553A49043fd3915
Octal44271257211101033757125
Binary1001001011110101011110101001001010000111111110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241755; }

 p { color: rgb(36,23,85); }

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

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

 a { background-color: rgb(36,23,85); }

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

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

 span { border-color: rgb(36,23,85); }

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