Html Css Color HEX #241359 Paua

📋 copy color: '#241359'

red 36 ◦ green 19 ◦ blue 89

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

Shades of Paua #241359

Tints of Paua #241359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.19%

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

R = 25%
G = 13.19%
B = 61.81%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#241359 (or 0x241359) is known color: Paua. HEX triplet: 24, 13 and 59. RGB value is (36,19,89). Sum of RGB (Red+Green+Blue) = 36+19+89=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #241359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241359 is #DBECA6. Grayscale: #1F1F1F. Windows color (decimal): -14412967 or 5837604. OLE color: 5837604.

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

Color convert

RGB 36 19 89 -
CMYK 0.60 0.79 0 0.65
HSL 254.57º 0.65% 0.21% -
HSV(B) 254.57º 0.79% 0.35% -
XYZ 2.76 1.56 9.61 -
YUV 32.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 36 19 89 0.60 0.79 0 0.65 254.57 0.65 0.21
Hex 24 13 59 3C 4F 0 41 FF 41 15
Octal 44 23 131 74 117 0 101 377 101 25
Binary 100100 10011 1011001 111100 1001111 0 1000001 11111111 1000001 10101

Color Harmonies of #241359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241359

Black with #241359

Text Example


Text Example

White with #241359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241359; }

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

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

background-color css

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

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

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

border-color css

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

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

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