Html Css Color HEX #2A2359 Paua

📋 copy color: '#2A2359'

red 42 ◦ green 35 ◦ blue 89

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

Shades of Paua #2A2359

Tints of Paua #2A2359

RGB

 RED value IS 42 (16.8% from 255) = 25.3%

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

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

R = 25.3%
G = 21.08%
B = 53.61%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2A2359 (or 0x2A2359) is known color: Paua. HEX triplet: 2A, 23 and 59. RGB value is (42,35,89). Sum of RGB (Red+Green+Blue) = 42+35+89=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A2359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2359 is #D5DCA6. Grayscale: #2B2B2B. Windows color (decimal): -14015655 or 5841706. OLE color: 5841706.

HSL color Cylindrical-coordinate representation of color #2A2359: hue angle of 247.78º 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 #2A2359 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 42 35 89 -
CMYK 0.53 0.61 0 0.65
HSL 247.78º 0.44% 0.24% -
HSV(B) 247.78º 0.61% 0.35% -
XYZ 3.36 2.42 9.74 -
YUV 43.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 42 35 89 0.53 0.61 0 0.65 247.78 0.44 0.24
Hex 2A 23 59 35 3D 0 41 F8 2C 18
Octal 52 43 131 65 75 0 101 370 54 30
Binary 101010 100011 1011001 110101 111101 0 1000001 11111000 101100 11000

Color Harmonies of #2A2359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2359

Black with #2A2359

Text Example


Text Example

White with #2A2359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A2359; }

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

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

background-color css

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

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

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

border-color css

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

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

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