Html Css Color HEX #241E47 Paua

📋 copy color: '#241E47'

red 36 ◦ green 30 ◦ blue 71

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

Shades of Paua #241E47

Tints of Paua #241E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 51.82%

R = 26.28%
G = 21.9%
B = 51.82%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#241E47 (or 0x241E47) is known color: Paua. HEX triplet: 24, 1E and 47. RGB value is (36,30,71). Sum of RGB (Red+Green+Blue) = 36+30+71=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #241E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241E47 is #DBE1B8. Grayscale: #242424. Windows color (decimal): -14410169 or 4660772. OLE color: 4660772.

HSL color Cylindrical-coordinate representation of color #241E47: hue angle of 248.78º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #241E47 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 36 30 71 -
CMYK 0.49 0.58 0 0.72
HSL 248.78º 0.41% 0.2% -
HSV(B) 248.78º 0.58% 0.28% -
XYZ 2.33 1.76 6.18 -
YUV 36.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 36 30 71 0.49 0.58 0 0.72 248.78 0.41 0.2
Hex 24 1E 47 31 3A 0 48 F9 29 14
Octal 44 36 107 61 72 0 110 371 51 24
Binary 100100 11110 1000111 110001 111010 0 1001000 11111001 101001 10100

Color Harmonies of #241E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241E47

Black with #241E47

Text Example


Text Example

White with #241E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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