#241C51

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

Shades of Paua #241C51

Tints of Paua #241C51

Color information

#241C51 (or 0x241C51) is unknown color: approx Paua. HEX triplet: 24, 1C and 51. RGB value is (36,28,81). Sum of RGB (Red+Green+Blue) = 36+28+81=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #241C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241C51 is #DBE3AE. Grayscale: #242424. Windows color (decimal): -14410671 or 5315620. OLE color: 5315620.

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

Color convert

RGB362881-
CMYK0.560.6500.68
HSL249.06º48.62%21.37%-
HSV(B)249.06º65.43%31.76%-
XYZ2.631.87.99-
YUV36.43153.15127.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.83%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 81 (32.03% from 255) = 55.86%
R=24.83%
G=19.31%
B=55.86%

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
Decimal3628810.560.6500.68249.0648.6221.37
Hex241C513841044f93115
Octal44341217010101043716125
Binary1001001110010100011110001000001010001001111100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,28,81); }

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

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

 a { background-color: rgb(36,28,81); }

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

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

 span { border-color: rgb(36,28,81); }

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