#241A55

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

Shades of Paua #241A55

Tints of Paua #241A55

Color information

#241A55 (or 0x241A55) is unknown color: approx Paua. HEX triplet: 24, 1A and 55. RGB value is (36,26,85). Sum of RGB (Red+Green+Blue) = 36+26+85=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #241A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A55 is #DBE5AA. Grayscale: #232323. Windows color (decimal): -14411179 or 5577252. OLE color: 5577252.

HSL color Cylindrical-coordinate representation of color #241A55: hue angle of 250.17º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #241A55 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB362685-
CMYK0.580.6900.67
HSL250.17º53.15%21.76%-
HSV(B)250.17º69.41%33.33%-
XYZ2.741.778.79-
YUV35.72155.81128.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.49%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 85 (33.59% from 255) = 57.82%
R=24.49%
G=17.69%
B=57.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3626850.580.6900.67250.1753.1521.76
Hex241A553A45043fa3516
Octal44321257210501033726526
Binary1001001101010101011110101000101010000111111101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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