#241C50

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

Shades of Paua #241C50

Tints of Paua #241C50

Color information

#241C50 (or 0x241C50) is unknown color: approx Paua. HEX triplet: 24, 1C and 50. RGB value is (36,28,80). Sum of RGB (Red+Green+Blue) = 36+28+80=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #241C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241C50 is #DBE3AF. Grayscale: #242424. Windows color (decimal): -14410672 or 5250084. OLE color: 5250084.

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

Color convert

RGB362880-
CMYK0.550.6500.69
HSL249.23º48.15%21.18%-
HSV(B)249.23º65%31.37%-
XYZ2.591.787.8-
YUV36.32152.65127.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25%
GREEN value IS 28 (11.33% from 255) = 19.44%
BLUE value IS 80 (31.64% from 255) = 55.56%
R=25%
G=19.44%
B=55.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3628800.550.6500.69249.2348.1521.18
Hex241C503741045f93015
Octal44341206710101053716025
Binary1001001110010100001101111000001010001011111100111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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