#241B5D

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

Shades of Paua #241B5D

Tints of Paua #241B5D

Color information

#241B5D (or 0x241B5D) is unknown color: approx Paua. HEX triplet: 24, 1B and 5D. RGB value is (36,27,93). Sum of RGB (Red+Green+Blue) = 36+27+93=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #241B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241B5D is #DBE4A2. Grayscale: #242424. Windows color (decimal): -14410915 or 6101796. OLE color: 6101796.

HSL color Cylindrical-coordinate representation of color #241B5D: hue angle of 248.18º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #241B5D is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB362793-
CMYK0.610.7100.64
HSL248.18º55%23.53%-
HSV(B)248.18º70.97%36.47%-
XYZ3.11.9510.57-
YUV37.22159.48127.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.08%
GREEN value IS 27 (10.94% from 255) = 17.31%
BLUE value IS 93 (36.72% from 255) = 59.62%
R=23.08%
G=17.31%
B=59.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3627930.610.7100.64248.185523.53
Hex241B5D3D47040f83718
Octal44331357510701003706730
Binary1001001101110111011111011000111010000001111100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,27,93); }

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

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

 a { background-color: rgb(36,27,93); }

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

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

 span { border-color: rgb(36,27,93); }

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