Html Css Color HEX #241659 Paua

📋 copy color: '#241659'

red 36 ◦ green 22 ◦ blue 89

#241659
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #241659

Tints of Paua #241659

RGB

 RED value IS 36 (14.45% from 255) = 24.49%

 GREEN value IS 22 (8.98% from 255) = 14.97%

 BLUE value IS 89 (35.16% from 255) = 60.54%

R = 24.49%
G = 14.97%
B = 60.54%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#241659 (or 0x241659) is known color: Paua. HEX triplet: 24, 16 and 59. RGB value is (36,22,89). Sum of RGB (Red+Green+Blue) = 36+22+89=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #241659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241659 is #DBE9A6. Grayscale: #212121. Windows color (decimal): -14412199 or 5838372. OLE color: 5838372.

HSL color Cylindrical-coordinate representation of color #241659: hue angle of 252.54º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #241659 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 22 89 -
CMYK 0.60 0.75 0 0.65
HSL 252.54º 0.6% 0.22% -
HSV(B) 252.54º 0.75% 0.35% -
XYZ 2.82 1.67 9.63 -
YUV 33.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 36 22 89 0.60 0.75 0 0.65 252.54 0.6 0.22
Hex 24 16 59 3C 4B 0 41 FD 3C 16
Octal 44 26 131 74 113 0 101 375 74 26
Binary 100100 10110 1011001 111100 1001011 0 1000001 11111101 111100 10110

Color Harmonies of #241659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241659

Black with #241659

Text Example


Text Example

White with #241659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241659; }

 p { color: rgb(36,22,89); }

 H1.HeaderClassName
 {
   color: #241659;
 }
 .AnyTagClassName
 {
   color: #241659;
 }
</style>

background-color css

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

 a { background-color: rgb(36,22,89); }

 div.DivClassName
 {
   background-color: #241659;
 }
 .BgClassName
 {
   background-color: #241659;
 }
</style>

border-color css

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

 span { border-color: rgb(36,22,89); }

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