Html Css Color HEX #241C59 Paua

📋 copy color: '#241C59'

red 36 ◦ green 28 ◦ blue 89

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

Shades of Paua #241C59

Tints of Paua #241C59

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.3%

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

R = 23.53%
G = 18.3%
B = 58.17%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#241C59 (or 0x241C59) is known color: Paua. HEX triplet: 24, 1C and 59. RGB value is (36,28,89). Sum of RGB (Red+Green+Blue) = 36+28+89=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #241C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241C59 is #DBE3A6. Grayscale: #252525. Windows color (decimal): -14410663 or 5839908. OLE color: 5839908.

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

Color convert

RGB 36 28 89 -
CMYK 0.60 0.69 0 0.65
HSL 247.87º 0.52% 0.23% -
HSV(B) 247.87º 0.69% 0.35% -
XYZ 2.95 1.93 9.67 -
YUV 37.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 36 28 89 0.60 0.69 0 0.65 247.87 0.52 0.23
Hex 24 1C 59 3C 45 0 41 F8 34 17
Octal 44 34 131 74 105 0 101 370 64 27
Binary 100100 11100 1011001 111100 1000101 0 1000001 11111000 110100 10111

Color Harmonies of #241C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241C59

Black with #241C59

Text Example


Text Example

White with #241C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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