Html Css Color HEX #242247 Paua

📋 copy color: '#242247'

red 36 ◦ green 34 ◦ blue 71

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

Shades of Paua #242247

Tints of Paua #242247

RGB

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

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

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

R = 25.53%
G = 24.11%
B = 50.35%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#242247 (or 0x242247) is known color: Paua. HEX triplet: 24, 22 and 47. RGB value is (36,34,71). Sum of RGB (Red+Green+Blue) = 36+34+71=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #242247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242247 is #DBDDB8. Grayscale: #262626. Windows color (decimal): -14409145 or 4661796. OLE color: 4661796.

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

Color convert

RGB 36 34 71 -
CMYK 0.49 0.52 0 0.72
HSL 243.24º 0.35% 0.21% -
HSV(B) 243.24º 0.52% 0.28% -
XYZ 2.44 1.97 6.21 -
YUV 38.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 36 34 71 0.49 0.52 0 0.72 243.24 0.35 0.21
Hex 24 22 47 31 34 0 48 F3 23 15
Octal 44 42 107 61 64 0 110 363 43 25
Binary 100100 100010 1000111 110001 110100 0 1001000 11110011 100011 10101

Color Harmonies of #242247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242247

Black with #242247

Text Example


Text Example

White with #242247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242247; }

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

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

background-color css

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

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

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

border-color css

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

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

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