#241C5B

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

Shades of Paua #241C5B

Tints of Paua #241C5B

Color information

#241C5B (or 0x241C5B) is unknown color: approx Paua. HEX triplet: 24, 1C and 5B. RGB value is (36,28,91). Sum of RGB (Red+Green+Blue) = 36+28+91=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #241C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241C5B is #DBE3A4. Grayscale: #252525. Windows color (decimal): -14410661 or 5970980. OLE color: 5970980.

HSL color Cylindrical-coordinate representation of color #241C5B: hue angle of 247.62º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #241C5B is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB362891-
CMYK0.600.6900.64
HSL247.62º52.94%23.33%-
HSV(B)247.62º69.23%35.69%-
XYZ3.031.9610.12-
YUV37.57158.15126.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.23%
GREEN value IS 28 (11.33% from 255) = 18.06%
BLUE value IS 91 (35.94% from 255) = 58.71%
R=23.23%
G=18.06%
B=58.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3628910.600.6900.64247.6252.9423.33
Hex241C5B3C45040f83517
Octal44341337410501003706527
Binary1001001110010110111111001000101010000001111100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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