#241A56

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

Shades of Paua #241A56

Tints of Paua #241A56

Color information

#241A56 (or 0x241A56) is unknown color: approx Paua. HEX triplet: 24, 1A and 56. RGB value is (36,26,86). Sum of RGB (Red+Green+Blue) = 36+26+86=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 86 (33.98% from 255 or 58.11% from 148); Max value from RGB is 86 - color contains mainly: blue. Hex color #241A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A56 is #DBE5A9. Grayscale: #232323. Windows color (decimal): -14411178 or 5642788. OLE color: 5642788.

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

Color convert

RGB362686-
CMYK0.580.7000.66
HSL250º53.57%21.96%-
HSV(B)250º69.77%33.73%-
XYZ2.781.799-
YUV35.83156.31128.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.32%
GREEN value IS 26 (10.55% from 255) = 17.57%
BLUE value IS 86 (33.98% from 255) = 58.11%
R=24.32%
G=17.57%
B=58.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3626860.580.7000.6625053.5721.96
Hex241A563A46042fa3616
Octal44321267210601023726626
Binary1001001101010101101110101000110010000101111101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241A56; }

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

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

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

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

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

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

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

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