#241956

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

Shades of Paua #241956

Tints of Paua #241956

Color information

#241956 (or 0x241956) is unknown color: approx Paua. HEX triplet: 24, 19 and 56. RGB value is (36,25,86). Sum of RGB (Red+Green+Blue) = 36+25+86=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #241956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241956 is #DBE6A9. Grayscale: #232323. Windows color (decimal): -14411434 or 5642532. OLE color: 5642532.

HSL color Cylindrical-coordinate representation of color #241956: hue angle of 250.82º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #241956 is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB362586-
CMYK0.580.7100.66
HSL250.82º54.95%21.76%-
HSV(B)250.82º70.93%33.73%-
XYZ2.751.749-
YUV35.24156.64128.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.49%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 86 (33.98% from 255) = 58.50%
R=24.49%
G=17.01%
B=58.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3625860.580.7100.66250.8254.9521.76
Hex2419563A47042fb3716
Octal44311267210701023736726
Binary1001001100110101101110101000111010000101111101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241956; }

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

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

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

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

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

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

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

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