Html Css Color HEX #242051 Paua

📋 copy color: '#242051'

red 36 ◦ green 32 ◦ blue 81

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

Shades of Paua #242051

Tints of Paua #242051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 54.36%

R = 24.16%
G = 21.48%
B = 54.36%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#242051 (or 0x242051) is known color: Paua. HEX triplet: 24, 20 and 51. RGB value is (36,32,81). Sum of RGB (Red+Green+Blue) = 36+32+81=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #242051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242051 is #DBDFAE. Grayscale: #262626. Windows color (decimal): -14409647 or 5316644. OLE color: 5316644.

HSL color Cylindrical-coordinate representation of color #242051: hue angle of 244.9º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #242051 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 36 32 81 -
CMYK 0.56 0.60 0 0.68
HSL 244.9º 0.43% 0.22% -
HSV(B) 244.9º 0.6% 0.32% -
XYZ 2.73 2 8.03 -
YUV 38.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 36 32 81 0.56 0.60 0 0.68 244.9 0.43 0.22
Hex 24 20 51 38 3C 0 44 F5 2B 16
Octal 44 40 121 70 74 0 104 365 53 26
Binary 100100 100000 1010001 111000 111100 0 1000100 11110101 101011 10110

Color Harmonies of #242051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242051

Black with #242051

Text Example


Text Example

White with #242051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242051; }

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

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

background-color css

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

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

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

border-color css

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

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

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