#241D5F

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

Shades of Paua #241D5F

Tints of Paua #241D5F

Color information

#241D5F (or 0x241D5F) is unknown color: approx Paua. HEX triplet: 24, 1D and 5F. RGB value is (36,29,95). Sum of RGB (Red+Green+Blue) = 36+29+95=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 95 (37.5% from 255 or 59.38% from 160); Max value from RGB is 95 - color contains mainly: blue. Hex color #241D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241D5F is #DBE2A0. Grayscale: #262626. Windows color (decimal): -14410401 or 6233380. OLE color: 6233380.

HSL color Cylindrical-coordinate representation of color #241D5F: hue angle of 246.36º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #241D5F is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB362995-
CMYK0.620.6900.63
HSL246.36º53.23%24.31%-
HSV(B)246.36º69.47%37.25%-
XYZ3.232.0811.06-
YUV38.62159.82126.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.5%
GREEN value IS 29 (11.72% from 255) = 18.12%
BLUE value IS 95 (37.5% from 255) = 59.38%
R=22.5%
G=18.12%
B=59.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3629950.620.6900.63246.3653.2324.31
Hex241D5F3E4503Ff63518
Octal4435137761050773666530
Binary100100111011011111111110100010101111111111011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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