#241D56

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

Shades of Paua #241D56

Tints of Paua #241D56

Color information

#241D56 (or 0x241D56) is unknown color: approx Paua. HEX triplet: 24, 1D and 56. RGB value is (36,29,86). Sum of RGB (Red+Green+Blue) = 36+29+86=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #241D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241D56 is #DBE2A9. Grayscale: #252525. Windows color (decimal): -14410410 or 5643556. OLE color: 5643556.

HSL color Cylindrical-coordinate representation of color #241D56: hue angle of 247.37º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #241D56 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB362986-
CMYK0.580.6600.66
HSL247.37º49.57%22.55%-
HSV(B)247.37º66.28%33.73%-
XYZ2.851.939.03-
YUV37.59155.32126.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.84%
GREEN value IS 29 (11.72% from 255) = 19.21%
BLUE value IS 86 (33.98% from 255) = 56.95%
R=23.84%
G=19.21%
B=56.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3629860.580.6600.66247.3749.5722.55
Hex241D563A42042f73217
Octal44351267210201023676227
Binary1001001110110101101110101000010010000101111011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,29,86); }

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

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

 a { background-color: rgb(36,29,86); }

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

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

 span { border-color: rgb(36,29,86); }

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