#241F5A

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

Shades of Paua #241F5A

Tints of Paua #241F5A

Color information

#241F5A (or 0x241F5A) is unknown color: approx Paua. HEX triplet: 24, 1F and 5A. RGB value is (36,31,90). Sum of RGB (Red+Green+Blue) = 36+31+90=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #241F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241F5A is #DBE0A5. Grayscale: #262626. Windows color (decimal): -14409894 or 5906212. OLE color: 5906212.

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

Color convert

RGB363190-
CMYK0.600.6600.65
HSL245.08º48.76%23.73%-
HSV(B)245.08º65.56%35.29%-
XYZ3.062.099.92-
YUV39.22156.66125.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.93%
GREEN value IS 31 (12.5% from 255) = 19.75%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=22.93%
G=19.75%
B=57.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3631900.600.6600.65245.0848.7623.73
Hex241F5A3C42041f53118
Octal44371327410201013656130
Binary1001001111110110101111001000010010000011111010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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