#241D5A

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

Shades of Paua #241D5A

Tints of Paua #241D5A

Color information

#241D5A (or 0x241D5A) is unknown color: approx Paua. HEX triplet: 24, 1D and 5A. RGB value is (36,29,90). Sum of RGB (Red+Green+Blue) = 36+29+90=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #241D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241D5A is #DBE2A5. Grayscale: #252525. Windows color (decimal): -14410406 or 5905700. OLE color: 5905700.

HSL color Cylindrical-coordinate representation of color #241D5A: hue angle of 246.89º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #241D5A is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB362990-
CMYK0.600.6800.65
HSL246.89º51.26%23.33%-
HSV(B)246.89º67.78%35.29%-
XYZ3.011.999.9-
YUV38.05157.32126.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.23%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 90 (35.55% from 255) = 58.06%
R=23.23%
G=18.71%
B=58.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3629900.600.6800.65246.8951.2623.33
Hex241D5A3C44041f73317
Octal44351327410401013676327
Binary1001001110110110101111001000100010000011111011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,29,90); }

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

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

 a { background-color: rgb(36,29,90); }

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

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

 span { border-color: rgb(36,29,90); }

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