Html Css Color HEX #241E48 Paua

📋 copy color: '#241E48'

red 36 ◦ green 30 ◦ blue 72

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

Shades of Paua #241E48

Tints of Paua #241E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 52.17%

R = 26.09%
G = 21.74%
B = 52.17%

CMYK

 C value IS 0.5

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#241E48 (or 0x241E48) is known color: Paua. HEX triplet: 24, 1E and 48. RGB value is (36,30,72). Sum of RGB (Red+Green+Blue) = 36+30+72=138 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.09% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #241E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241E48 is #DBE1B7. Grayscale: #242424. Windows color (decimal): -14410168 or 4726308. OLE color: 4726308.

HSL color Cylindrical-coordinate representation of color #241E48: hue angle of 248.57º 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 #241E48 is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 36 30 72 -
CMYK 0.5 0.58 0 0.72
HSL 248.57º 0.41% 0.2% -
HSV(B) 248.57º 0.58% 0.28% -
XYZ 2.36 1.77 6.35 -
YUV 36.58 147.99 127.58 -
System Red Green Blue C M Y K H S L
Decimal 36 30 72 0.5 0.58 0 0.72 248.57 0.41 0.2
Hex 24 1E 48 32 3A 0 48 F9 29 14
Octal 44 36 110 62 72 0 110 371 51 24
Binary 100100 11110 1001000 110010 111010 0 1001000 11111001 101001 10100

Color Harmonies of #241E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241E48

Black with #241E48

Text Example


Text Example

White with #241E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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