Html Css Color HEX #242351 Paua

📋 copy color: '#242351'

red 36 ◦ green 35 ◦ blue 81

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

Shades of Paua #242351

Tints of Paua #242351

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.03%

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

R = 23.68%
G = 23.03%
B = 53.29%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#242351 (or 0x242351) is known color: Paua. HEX triplet: 24, 23 and 51. RGB value is (36,35,81). Sum of RGB (Red+Green+Blue) = 36+35+81=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #242351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242351 is #DBDCAE. Grayscale: #282828. Windows color (decimal): -14408879 or 5317412. OLE color: 5317412.

HSL color Cylindrical-coordinate representation of color #242351: hue angle of 241.3º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #242351 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 36 35 81 -
CMYK 0.56 0.57 0 0.68
HSL 241.3º 0.4% 0.23% -
HSV(B) 241.3º 0.57% 0.32% -
XYZ 2.81 2.17 8.06 -
YUV 40.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 36 35 81 0.56 0.57 0 0.68 241.3 0.4 0.23
Hex 24 23 51 38 39 0 44 F1 28 17
Octal 44 43 121 70 71 0 104 361 50 27
Binary 100100 100011 1010001 111000 111001 0 1000100 11110001 101000 10111

Color Harmonies of #242351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242351

Black with #242351

Text Example


Text Example

White with #242351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242351; }

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

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

background-color css

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

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

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

border-color css

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

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

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