Html Css Color HEX #242246 Paua

📋 copy color: '#242246'

red 36 ◦ green 34 ◦ blue 70

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

Shades of Paua #242246

Tints of Paua #242246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 50%

R = 25.71%
G = 24.29%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#242246 (or 0x242246) is known color: Paua. HEX triplet: 24, 22 and 46. RGB value is (36,34,70). Sum of RGB (Red+Green+Blue) = 36+34+70=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #242246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242246 is #DBDDB9. Grayscale: #262626. Windows color (decimal): -14409146 or 4596260. OLE color: 4596260.

HSL color Cylindrical-coordinate representation of color #242246: hue angle of 243.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #242246 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 36 34 70 -
CMYK 0.49 0.51 0 0.73
HSL 243.33º 0.35% 0.2% -
HSV(B) 243.33º 0.51% 0.27% -
XYZ 2.41 1.96 6.05 -
YUV 38.7 145.66 126.07 -
System Red Green Blue C M Y K H S L
Decimal 36 34 70 0.49 0.51 0 0.73 243.33 0.35 0.2
Hex 24 22 46 31 33 0 49 F3 23 14
Octal 44 42 106 61 63 0 111 363 43 24
Binary 100100 100010 1000110 110001 110011 0 1001001 11110011 100011 10100

Color Harmonies of #242246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242246

Black with #242246

Text Example


Text Example

White with #242246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242246; }

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

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

background-color css

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

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

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

border-color css

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

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

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