#241A53

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

Shades of Paua #241A53

Tints of Paua #241A53

Color information

#241A53 (or 0x241A53) is unknown color: approx Paua. HEX triplet: 24, 1A and 53. RGB value is (36,26,83). Sum of RGB (Red+Green+Blue) = 36+26+83=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #241A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A53 is #DBE5AC. Grayscale: #232323. Windows color (decimal): -14411181 or 5446180. OLE color: 5446180.

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

Color convert

RGB362683-
CMYK0.570.6900.67
HSL250.53º52.29%21.37%-
HSV(B)250.53º68.67%32.55%-
XYZ2.661.748.38-
YUV35.49154.81128.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.83%
GREEN value IS 26 (10.55% from 255) = 17.93%
BLUE value IS 83 (32.81% from 255) = 57.24%
R=24.83%
G=17.93%
B=57.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3626830.570.6900.67250.5352.2921.37
Hex241A533945043fb3415
Octal44321237110501033736425
Binary1001001101010100111110011000101010000111111101111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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