#241A50

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

Shades of Paua #241A50

Tints of Paua #241A50

Color information

#241A50 (or 0x241A50) is unknown color: approx Paua. HEX triplet: 24, 1A and 50. RGB value is (36,26,80). Sum of RGB (Red+Green+Blue) = 36+26+80=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #241A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A50 is #DBE5AF. Grayscale: #222222. Windows color (decimal): -14411184 or 5249572. OLE color: 5249572.

HSL color Cylindrical-coordinate representation of color #241A50: hue angle of 251.11º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #241A50 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB362680-
CMYK0.550.6700.69
HSL251.11º50.94%20.78%-
HSV(B)251.11º67.5%31.37%-
XYZ2.541.697.78-
YUV35.15153.31128.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.35%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 80 (31.64% from 255) = 56.34%
R=25.35%
G=18.31%
B=56.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3626800.550.6700.69251.1150.9420.78
Hex241A503743045fb3315
Octal44321206710301053736325
Binary1001001101010100001101111000011010001011111101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,26,80); }

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

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

 a { background-color: rgb(36,26,80); }

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

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

 span { border-color: rgb(36,26,80); }

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