#241E5F

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

Shades of Paua #241E5F

Tints of Paua #241E5F

Color information

#241E5F (or 0x241E5F) is unknown color: approx Paua. HEX triplet: 24, 1E and 5F. RGB value is (36,30,95). Sum of RGB (Red+Green+Blue) = 36+30+95=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #241E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241E5F is #DBE1A0. Grayscale: #262626. Windows color (decimal): -14410145 or 6233636. OLE color: 6233636.

HSL color Cylindrical-coordinate representation of color #241E5F: hue angle of 245.54º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #241E5F is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB363095-
CMYK0.620.6800.63
HSL245.54º52%24.51%-
HSV(B)245.54º68.42%37.25%-
XYZ3.262.1311.07-
YUV39.2159.49125.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.36%
GREEN value IS 30 (12.11% from 255) = 18.63%
BLUE value IS 95 (37.5% from 255) = 59.01%
R=22.36%
G=18.63%
B=59.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3630950.620.6800.63245.545224.51
Hex241E5F3E4403Ff63419
Octal4436137761040773666431
Binary100100111101011111111110100010001111111111011011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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