Html Css Color HEX #242249 Paua

📋 copy color: '#242249'

red 36 ◦ green 34 ◦ blue 73

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

Shades of Paua #242249

Tints of Paua #242249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.78%

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

R = 25.17%
G = 23.78%
B = 51.05%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#242249 (or 0x242249) is known color: Paua. HEX triplet: 24, 22 and 49. RGB value is (36,34,73). Sum of RGB (Red+Green+Blue) = 36+34+73=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #242249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242249 is #DBDDB6. Grayscale: #262626. Windows color (decimal): -14409143 or 4792868. OLE color: 4792868.

HSL color Cylindrical-coordinate representation of color #242249: hue angle of 243.08º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #242249 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 34 73 -
CMYK 0.51 0.53 0 0.71
HSL 243.08º 0.36% 0.21% -
HSV(B) 243.08º 0.53% 0.29% -
XYZ 2.5 2 6.56 -
YUV 39.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 36 34 73 0.51 0.53 0 0.71 243.08 0.36 0.21
Hex 24 22 49 33 35 0 47 F3 24 15
Octal 44 42 111 63 65 0 107 363 44 25
Binary 100100 100010 1001001 110011 110101 0 1000111 11110011 100100 10101

Color Harmonies of #242249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242249

Black with #242249

Text Example


Text Example

White with #242249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242249; }

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

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

background-color css

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

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

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

border-color css

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

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

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