#241E50

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

Shades of Paua #241E50

Tints of Paua #241E50

Color information

#241E50 (or 0x241E50) is unknown color: approx Paua. HEX triplet: 24, 1E and 50. RGB value is (36,30,80). Sum of RGB (Red+Green+Blue) = 36+30+80=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #241E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241E50 is #DBE1AF. Grayscale: #252525. Windows color (decimal): -14410160 or 5250596. OLE color: 5250596.

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

Color convert

RGB363080-
CMYK0.550.6200.69
HSL247.2º45.45%21.57%-
HSV(B)247.2º62.5%31.37%-
XYZ2.641.887.81-
YUV37.49151.99126.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.66%
GREEN value IS 30 (12.11% from 255) = 20.55%
BLUE value IS 80 (31.64% from 255) = 54.79%
R=24.66%
G=20.55%
B=54.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3630800.550.6200.69247.245.4521.57
Hex241E50373E045f72d16
Octal4436120677601053675526
Binary100100111101010000110111111110010001011111011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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