Html Css Color HEX #242256 Paua

📋 copy color: '#242256'

red 36 ◦ green 34 ◦ blue 86

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

Shades of Paua #242256

Tints of Paua #242256

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.79%

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

R = 23.08%
G = 21.79%
B = 55.13%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#242256 (or 0x242256) is known color: Paua. HEX triplet: 24, 22 and 56. RGB value is (36,34,86). Sum of RGB (Red+Green+Blue) = 36+34+86=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #242256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242256 is #DBDDA9. Grayscale: #282828. Windows color (decimal): -14409130 or 5644836. OLE color: 5644836.

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

Color convert

RGB 36 34 86 -
CMYK 0.58 0.60 0 0.66
HSL 242.31º 0.43% 0.24% -
HSV(B) 242.31º 0.6% 0.34% -
XYZ 2.98 2.19 9.07 -
YUV 40.53 153.66 124.77 -
System Red Green Blue C M Y K H S L
Decimal 36 34 86 0.58 0.60 0 0.66 242.31 0.43 0.24
Hex 24 22 56 3A 3C 0 42 F2 2B 18
Octal 44 42 126 72 74 0 102 362 53 30
Binary 100100 100010 1010110 111010 111100 0 1000010 11110010 101011 11000

Color Harmonies of #242256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242256

Black with #242256

Text Example


Text Example

White with #242256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242256; }

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

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

background-color css

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

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

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

border-color css

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

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

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