Html Css Color HEX #241759 Paua

📋 copy color: '#241759'

red 36 ◦ green 23 ◦ blue 89

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

Shades of Paua #241759

Tints of Paua #241759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.54%

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

R = 24.32%
G = 15.54%
B = 60.14%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#241759 (or 0x241759) is known color: Paua. HEX triplet: 24, 17 and 59. RGB value is (36,23,89). Sum of RGB (Red+Green+Blue) = 36+23+89=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #241759 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241759 is #DBE8A6. Grayscale: #222222. Windows color (decimal): -14411943 or 5838628. OLE color: 5838628.

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

Color convert

RGB 36 23 89 -
CMYK 0.60 0.74 0 0.65
HSL 251.82º 0.59% 0.22% -
HSV(B) 251.82º 0.74% 0.35% -
XYZ 2.84 1.71 9.63 -
YUV 34.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 36 23 89 0.60 0.74 0 0.65 251.82 0.59 0.22
Hex 24 17 59 3C 4A 0 41 FC 3B 16
Octal 44 27 131 74 112 0 101 374 73 26
Binary 100100 10111 1011001 111100 1001010 0 1000001 11111100 111011 10110

Color Harmonies of #241759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241759

Black with #241759

Text Example


Text Example

White with #241759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241759; }

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

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

background-color css

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

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

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

border-color css

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

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

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