#241D5C

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

Shades of Paua #241D5C

Tints of Paua #241D5C

Color information

#241D5C (or 0x241D5C) is unknown color: approx Paua. HEX triplet: 24, 1D and 5C. RGB value is (36,29,92). Sum of RGB (Red+Green+Blue) = 36+29+92=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #241D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241D5C is #DBE2A3. Grayscale: #262626. Windows color (decimal): -14410404 or 6036772. OLE color: 6036772.

HSL color Cylindrical-coordinate representation of color #241D5C: hue angle of 246.67º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #241D5C is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB362992-
CMYK0.610.6800.64
HSL246.67º52.07%23.73%-
HSV(B)246.67º68.48%36.08%-
XYZ3.12.0310.35-
YUV38.28158.32126.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.93%
GREEN value IS 29 (11.72% from 255) = 18.47%
BLUE value IS 92 (36.33% from 255) = 58.60%
R=22.93%
G=18.47%
B=58.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3629920.610.6800.64246.6752.0723.73
Hex241D5C3D44040f73418
Octal44351347510401003676430
Binary1001001110110111001111011000100010000001111011111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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