#241B5A

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

Shades of Paua #241B5A

Tints of Paua #241B5A

Color information

#241B5A (or 0x241B5A) is unknown color: approx Paua. HEX triplet: 24, 1B and 5A. RGB value is (36,27,90). Sum of RGB (Red+Green+Blue) = 36+27+90=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #241B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241B5A is #DBE4A5. Grayscale: #242424. Windows color (decimal): -14410918 or 5905188. OLE color: 5905188.

HSL color Cylindrical-coordinate representation of color #241B5A: hue angle of 248.57º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #241B5A is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB362790-
CMYK0.600.7000.65
HSL248.57º53.85%22.94%-
HSV(B)248.57º70%35.29%-
XYZ2.961.99.88-
YUV36.87157.98127.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.53%
GREEN value IS 27 (10.94% from 255) = 17.65%
BLUE value IS 90 (35.55% from 255) = 58.82%
R=23.53%
G=17.65%
B=58.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3627900.600.7000.65248.5753.8522.94
Hex241B5A3C46041f93617
Octal44331327410601013716627
Binary1001001101110110101111001000110010000011111100111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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