#241A4E

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

Shades of Paua #241A4E

Tints of Paua #241A4E

Color information

#241A4E (or 0x241A4E) is unknown color: approx Paua. HEX triplet: 24, 1A and 4E. RGB value is (36,26,78). Sum of RGB (Red+Green+Blue) = 36+26+78=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #241A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A4E is #DBE5B1. Grayscale: #222222. Windows color (decimal): -14411186 or 5118500. OLE color: 5118500.

HSL color Cylindrical-coordinate representation of color #241A4E: hue angle of 251.54º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #241A4E is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB362678-
CMYK0.540.6700.69
HSL251.54º50%20.39%-
HSV(B)251.54º66.67%30.59%-
XYZ2.471.667.4-
YUV34.92152.31128.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.71%
GREEN value IS 26 (10.55% from 255) = 18.57%
BLUE value IS 78 (30.86% from 255) = 55.71%
R=25.71%
G=18.57%
B=55.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3626780.540.6700.69251.545020.39
Hex241A4E3643045fc3214
Octal44321166610301053746224
Binary1001001101010011101101101000011010001011111110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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