Html Css Color HEX #242352 Paua

📋 copy color: '#242352'

red 36 ◦ green 35 ◦ blue 82

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

Shades of Paua #242352

Tints of Paua #242352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 53.59%

R = 23.53%
G = 22.88%
B = 53.59%

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

#242352 (or 0x242352) is known color: Paua. HEX triplet: 24, 23 and 52. RGB value is (36,35,82). Sum of RGB (Red+Green+Blue) = 36+35+82=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #242352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242352 is #DBDCAD. Grayscale: #282828. Windows color (decimal): -14408878 or 5382948. OLE color: 5382948.

HSL color Cylindrical-coordinate representation of color #242352: hue angle of 241.28º 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 #242352 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 36 35 82 -
CMYK 0.56 0.57 0 0.68
HSL 241.28º 0.4% 0.23% -
HSV(B) 241.28º 0.57% 0.32% -
XYZ 2.85 2.19 8.25 -
YUV 40.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 36 35 82 0.56 0.57 0 0.68 241.28 0.4 0.23
Hex 24 23 52 38 39 0 44 F1 28 17
Octal 44 43 122 70 71 0 104 361 50 27
Binary 100100 100011 1010010 111000 111001 0 1000100 11110001 101000 10111

Color Harmonies of #242352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242352

Black with #242352

Text Example


Text Example

White with #242352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242352; }

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

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

background-color css

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

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

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

border-color css

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

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

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