Html Css Color HEX #2A2355 Paua

📋 copy color: '#2A2355'

red 42 ◦ green 35 ◦ blue 85

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

Shades of Paua #2A2355

Tints of Paua #2A2355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 52.47%

R = 25.93%
G = 21.6%
B = 52.47%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2A2355 (or 0x2A2355) is known color: Paua. HEX triplet: 2A, 23 and 55. RGB value is (42,35,85). Sum of RGB (Red+Green+Blue) = 42+35+85=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #2A2355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2355 is #D5DCAA. Grayscale: #2A2A2A. Windows color (decimal): -14015659 or 5579562. OLE color: 5579562.

HSL color Cylindrical-coordinate representation of color #2A2355: hue angle of 248.4º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A2355 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 42 35 85 -
CMYK 0.51 0.59 0 0.67
HSL 248.4º 0.42% 0.24% -
HSV(B) 248.4º 0.59% 0.33% -
XYZ 3.2 2.35 8.88 -
YUV 42.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 42 35 85 0.51 0.59 0 0.67 248.4 0.42 0.24
Hex 2A 23 55 33 3B 0 43 F8 2A 18
Octal 52 43 125 63 73 0 103 370 52 30
Binary 101010 100011 1010101 110011 111011 0 1000011 11111000 101010 11000

Color Harmonies of #2A2355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2355

Black with #2A2355

Text Example


Text Example

White with #2A2355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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