Html Css Color HEX #241E49 Paua

📋 copy color: '#241E49'

red 36 ◦ green 30 ◦ blue 73

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

Shades of Paua #241E49

Tints of Paua #241E49

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.58%

 BLUE value IS 73 (28.91% from 255) = 52.52%

R = 25.9%
G = 21.58%
B = 52.52%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#241E49 (or 0x241E49) is known color: Paua. HEX triplet: 24, 1E and 49. RGB value is (36,30,73). Sum of RGB (Red+Green+Blue) = 36+30+73=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #241E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241E49 is #DBE1B6. Grayscale: #242424. Windows color (decimal): -14410167 or 4791844. OLE color: 4791844.

HSL color Cylindrical-coordinate representation of color #241E49: hue angle of 248.37º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #241E49 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 30 73 -
CMYK 0.51 0.59 0 0.71
HSL 248.37º 0.42% 0.2% -
HSV(B) 248.37º 0.59% 0.29% -
XYZ 2.39 1.78 6.52 -
YUV 36.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 36 30 73 0.51 0.59 0 0.71 248.37 0.42 0.2
Hex 24 1E 49 33 3B 0 47 F8 2A 14
Octal 44 36 111 63 73 0 107 370 52 24
Binary 100100 11110 1001001 110011 111011 0 1000111 11111000 101010 10100

Color Harmonies of #241E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241E49

Black with #241E49

Text Example


Text Example

White with #241E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,30,73); }

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

background-color css

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

 a { background-color: rgb(36,30,73); }

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

border-color css

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

 span { border-color: rgb(36,30,73); }

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