Html Css Color HEX #242559 Paua

📋 copy color: '#242559'

red 36 ◦ green 37 ◦ blue 89

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

Shades of Paua #242559

Tints of Paua #242559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.84%

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

R = 22.22%
G = 22.84%
B = 54.94%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#242559 (or 0x242559) is known color: Paua. HEX triplet: 24, 25 and 59. RGB value is (36,37,89). Sum of RGB (Red+Green+Blue) = 36+37+89=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #242559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242559 is #DBDAA6. Grayscale: #2A2A2A. Windows color (decimal): -14408359 or 5842212. OLE color: 5842212.

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

Color convert

RGB 36 37 89 -
CMYK 0.60 0.58 0 0.65
HSL 238.87º 0.42% 0.25% -
HSV(B) 238.87º 0.6% 0.35% -
XYZ 3.19 2.42 9.75 -
YUV 42.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 36 37 89 0.60 0.58 0 0.65 238.87 0.42 0.25
Hex 24 25 59 3C 3A 0 41 EF 2A 19
Octal 44 45 131 74 72 0 101 357 52 31
Binary 100100 100101 1011001 111100 111010 0 1000001 11101111 101010 11001

Color Harmonies of #242559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242559

Black with #242559

Text Example


Text Example

White with #242559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242559; }

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

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

background-color css

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

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

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

border-color css

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

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

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