Html Css Color HEX #242356 Paua

📋 copy color: '#242356'

red 36 ◦ green 35 ◦ blue 86

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

Shades of Paua #242356

Tints of Paua #242356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 54.78%

R = 22.93%
G = 22.29%
B = 54.78%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#242356 (or 0x242356) is known color: Paua. HEX triplet: 24, 23 and 56. RGB value is (36,35,86). Sum of RGB (Red+Green+Blue) = 36+35+86=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #242356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242356 is #DBDCA9. Grayscale: #282828. Windows color (decimal): -14408874 or 5645092. OLE color: 5645092.

HSL color Cylindrical-coordinate representation of color #242356: hue angle of 241.18º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #242356 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 36 35 86 -
CMYK 0.58 0.59 0 0.66
HSL 241.18º 0.42% 0.24% -
HSV(B) 241.18º 0.59% 0.34% -
XYZ 3.01 2.25 9.08 -
YUV 41.11 153.33 124.35 -
System Red Green Blue C M Y K H S L
Decimal 36 35 86 0.58 0.59 0 0.66 241.18 0.42 0.24
Hex 24 23 56 3A 3B 0 42 F1 2A 18
Octal 44 43 126 72 73 0 102 361 52 30
Binary 100100 100011 1010110 111010 111011 0 1000010 11110001 101010 11000

Color Harmonies of #242356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242356

Black with #242356

Text Example


Text Example

White with #242356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242356; }

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

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

background-color css

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

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

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

border-color css

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

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

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