Html Css Color HEX #242047 Paua

📋 copy color: '#242047'

red 36 ◦ green 32 ◦ blue 71

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

Shades of Paua #242047

Tints of Paua #242047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.02%

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

R = 25.9%
G = 23.02%
B = 51.08%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#242047 (or 0x242047) is known color: Paua. HEX triplet: 24, 20 and 47. RGB value is (36,32,71). Sum of RGB (Red+Green+Blue) = 36+32+71=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #242047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242047 is #DBDFB8. Grayscale: #252525. Windows color (decimal): -14409657 or 4661284. OLE color: 4661284.

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

Color convert

RGB 36 32 71 -
CMYK 0.49 0.55 0 0.72
HSL 246.15º 0.38% 0.2% -
HSV(B) 246.15º 0.55% 0.28% -
XYZ 2.38 1.86 6.2 -
YUV 37.64 146.83 126.83 -
System Red Green Blue C M Y K H S L
Decimal 36 32 71 0.49 0.55 0 0.72 246.15 0.38 0.2
Hex 24 20 47 31 37 0 48 F6 26 14
Octal 44 40 107 61 67 0 110 366 46 24
Binary 100100 100000 1000111 110001 110111 0 1001000 11110110 100110 10100

Color Harmonies of #242047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242047

Black with #242047

Text Example


Text Example

White with #242047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242047; }

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

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

background-color css

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

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

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

border-color css

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

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

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