Html Css Color HEX #242248 Paua

📋 copy color: '#242248'

red 36 ◦ green 34 ◦ blue 72

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

Shades of Paua #242248

Tints of Paua #242248

RGB

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

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

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

R = 25.35%
G = 23.94%
B = 50.7%

CMYK

 C value IS 0.5

 M value IS 0.53

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#242248 (or 0x242248) is known color: Paua. HEX triplet: 24, 22 and 48. RGB value is (36,34,72). Sum of RGB (Red+Green+Blue) = 36+34+72=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #242248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242248 is #DBDDB7. Grayscale: #262626. Windows color (decimal): -14409144 or 4727332. OLE color: 4727332.

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

Color convert

RGB 36 34 72 -
CMYK 0.5 0.53 0 0.72
HSL 243.16º 0.36% 0.21% -
HSV(B) 243.16º 0.53% 0.28% -
XYZ 2.47 1.99 6.38 -
YUV 38.93 146.66 125.91 -
System Red Green Blue C M Y K H S L
Decimal 36 34 72 0.5 0.53 0 0.72 243.16 0.36 0.21
Hex 24 22 48 32 35 0 48 F3 24 15
Octal 44 42 110 62 65 0 110 363 44 25
Binary 100100 100010 1001000 110010 110101 0 1001000 11110011 100100 10101

Color Harmonies of #242248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242248

Black with #242248

Text Example


Text Example

White with #242248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242248; }

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

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

background-color css

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

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

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

border-color css

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

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

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