#241C56

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

Shades of Paua #241C56

Tints of Paua #241C56

Color information

#241C56 (or 0x241C56) is unknown color: approx Paua. HEX triplet: 24, 1C and 56. RGB value is (36,28,86). Sum of RGB (Red+Green+Blue) = 36+28+86=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 86 (33.98% from 255 or 57.33% from 150); Max value from RGB is 86 - color contains mainly: blue. Hex color #241C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241C56 is #DBE3A9. Grayscale: #242424. Windows color (decimal): -14410666 or 5643300. OLE color: 5643300.

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

Color convert

RGB362886-
CMYK0.580.6700.66
HSL248.28º50.88%22.35%-
HSV(B)248.28º67.44%33.73%-
XYZ2.821.889.02-
YUV37155.65127.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24%
GREEN value IS 28 (11.33% from 255) = 18.67%
BLUE value IS 86 (33.98% from 255) = 57.33%
R=24%
G=18.67%
B=57.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3628860.580.6700.66248.2850.8822.35
Hex241C563A43042f83316
Octal44341267210301023706326
Binary1001001110010101101110101000011010000101111100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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