#241F52

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

Shades of Paua #241F52

Tints of Paua #241F52

Color information

#241F52 (or 0x241F52) is unknown color: approx Paua. HEX triplet: 24, 1F and 52. RGB value is (36,31,82). Sum of RGB (Red+Green+Blue) = 36+31+82=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #241F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241F52 is #DBE0AD. Grayscale: #262626. Windows color (decimal): -14409902 or 5381924. OLE color: 5381924.

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

Color convert

RGB363182-
CMYK0.560.6200.68
HSL245.88º45.13%22.16%-
HSV(B)245.88º62.2%32.16%-
XYZ2.741.968.22-
YUV38.31152.66126.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.16%
GREEN value IS 31 (12.5% from 255) = 20.81%
BLUE value IS 82 (32.42% from 255) = 55.03%
R=24.16%
G=20.81%
B=55.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3631820.560.6200.68245.8845.1322.16
Hex241F52383E044f62d16
Octal4437122707601043665526
Binary100100111111010010111000111110010001001111011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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