#241858

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

Shades of Paua #241858

Tints of Paua #241858

Color information

#241858 (or 0x241858) is unknown color: approx Paua. HEX triplet: 24, 18 and 58. RGB value is (36,24,88). Sum of RGB (Red+Green+Blue) = 36+24+88=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #241858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241858 is #DBE7A7. Grayscale: #222222. Windows color (decimal): -14411688 or 5773348. OLE color: 5773348.

HSL color Cylindrical-coordinate representation of color #241858: hue angle of 251.25º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #241858 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB362488-
CMYK0.590.7300.65
HSL251.25º57.14%21.96%-
HSV(B)251.25º72.73%34.51%-
XYZ2.821.739.42-
YUV34.88157.98128.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.32%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 88 (34.77% from 255) = 59.46%
R=24.32%
G=16.22%
B=59.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3624880.590.7300.65251.2557.1421.96
Hex2418583B49041fb3916
Octal44301307311101013737126
Binary1001001100010110001110111001001010000011111101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241858; }

 p { color: rgb(36,24,88); }

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

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

 a { background-color: rgb(36,24,88); }

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

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

 span { border-color: rgb(36,24,88); }

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