Html Css Color HEX #242359 Paua

📋 copy color: '#242359'

red 36 ◦ green 35 ◦ blue 89

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

Shades of Paua #242359

Tints of Paua #242359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 55.63%

R = 22.5%
G = 21.88%
B = 55.63%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#242359 (or 0x242359) is known color: Paua. HEX triplet: 24, 23 and 59. RGB value is (36,35,89). Sum of RGB (Red+Green+Blue) = 36+35+89=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #242359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242359 is #DBDCA6. Grayscale: #292929. Windows color (decimal): -14408871 or 5841700. OLE color: 5841700.

HSL color Cylindrical-coordinate representation of color #242359: hue angle of 241.11º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #242359 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 35 89 -
CMYK 0.60 0.61 0 0.65
HSL 241.11º 0.44% 0.24% -
HSV(B) 241.11º 0.61% 0.35% -
XYZ 3.13 2.3 9.73 -
YUV 41.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 36 35 89 0.60 0.61 0 0.65 241.11 0.44 0.24
Hex 24 23 59 3C 3D 0 41 F1 2C 18
Octal 44 43 131 74 75 0 101 361 54 30
Binary 100100 100011 1011001 111100 111101 0 1000001 11110001 101100 11000

Color Harmonies of #242359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242359

Black with #242359

Text Example


Text Example

White with #242359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242359; }

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

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

background-color css

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

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

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

border-color css

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

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

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