#241957

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

Shades of Paua #241957

Tints of Paua #241957

Color information

#241957 (or 0x241957) is unknown color: approx Paua. HEX triplet: 24, 19 and 57. RGB value is (36,25,87). Sum of RGB (Red+Green+Blue) = 36+25+87=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 87 (34.38% from 255 or 58.78% from 148); Max value from RGB is 87 - color contains mainly: blue. Hex color #241957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241957 is #DBE6A8. Grayscale: #232323. Windows color (decimal): -14411433 or 5708068. OLE color: 5708068.

HSL color Cylindrical-coordinate representation of color #241957: hue angle of 250.65º 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 #241957 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB362587-
CMYK0.590.7100.66
HSL250.65º55.36%21.96%-
HSV(B)250.65º71.26%34.12%-
XYZ2.81.769.21-
YUV35.36157.14128.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.32%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 87 (34.38% from 255) = 58.78%
R=24.32%
G=16.89%
B=58.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3625870.590.7100.66250.6555.3621.96
Hex2419573B47042fb3716
Octal44311277310701023736726
Binary1001001100110101111110111000111010000101111101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241957; }

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

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

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

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

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

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

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

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