#241d52

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

Shades of Paua #241D52

Tints of Paua #241D52

Color information

#241D52 (or 0x241D52) is unknown color: approx Paua. HEX triplet: 24, 1D and 52. RGB value is (36,29,82). Sum of RGB (Red+Green+Blue) = 36+29+82=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #241D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241D52 is #DBE2AD. Grayscale: #242424. Windows color (decimal): -14410414 or 5381412. OLE color: 5381412.

HSL color Cylindrical-coordinate representation of color #241D52: hue angle of 247.92º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #241D52 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB362982-
CMYK0.560.6500.68
HSL247.92º47.75%21.76%-
HSV(B)247.92º64.63%32.16%-
XYZ2.691.868.2-
YUV37.14153.32127.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.49%
GREEN value IS 29 (11.72% from 255) = 19.73%
BLUE value IS 82 (32.42% from 255) = 55.78%
R=24.49%
G=19.73%
B=55.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3629820.560.6500.68247.9247.7521.76
Hex241D523841044f83016
Octal44351227010101043706026
Binary1001001110110100101110001000001010001001111100011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241d52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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