Html Css Color HEX #242358 Paua

📋 copy color: '#242358'

red 36 ◦ green 35 ◦ blue 88

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

Shades of Paua #242358

Tints of Paua #242358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 55.35%

R = 22.64%
G = 22.01%
B = 55.35%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#242358 (or 0x242358) is known color: Paua. HEX triplet: 24, 23 and 58. RGB value is (36,35,88). Sum of RGB (Red+Green+Blue) = 36+35+88=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #242358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242358 is #DBDCA7. Grayscale: #292929. Windows color (decimal): -14408872 or 5776164. OLE color: 5776164.

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

Color convert

RGB 36 35 88 -
CMYK 0.59 0.60 0 0.65
HSL 241.13º 0.43% 0.24% -
HSV(B) 241.13º 0.6% 0.35% -
XYZ 3.09 2.28 9.51 -
YUV 41.34 154.33 124.19 -
System Red Green Blue C M Y K H S L
Decimal 36 35 88 0.59 0.60 0 0.65 241.13 0.43 0.24
Hex 24 23 58 3B 3C 0 41 F1 2B 18
Octal 44 43 130 73 74 0 101 361 53 30
Binary 100100 100011 1011000 111011 111100 0 1000001 11110001 101011 11000

Color Harmonies of #242358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242358

Black with #242358

Text Example


Text Example

White with #242358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242358; }

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

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

background-color css

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

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

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

border-color css

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

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

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