Html Css Color HEX #2A2648 Paua

📋 copy color: '#2A2648'

red 42 ◦ green 38 ◦ blue 72

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

Shades of Paua #2A2648

Tints of Paua #2A2648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25%

 BLUE value IS 72 (28.52% from 255) = 47.37%

R = 27.63%
G = 25%
B = 47.37%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2A2648 (or 0x2A2648) is known color: Paua. HEX triplet: 2A, 26 and 48. RGB value is (42,38,72). Sum of RGB (Red+Green+Blue) = 42+38+72=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A2648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2648 is #D5D9B7. Grayscale: #2A2A2A. Windows color (decimal): -14014904 or 4728362. OLE color: 4728362.

HSL color Cylindrical-coordinate representation of color #2A2648: hue angle of 247.06º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A2648 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 42 38 72 -
CMYK 0.42 0.47 0 0.72
HSL 247.06º 0.31% 0.22% -
HSV(B) 247.06º 0.47% 0.28% -
XYZ 2.82 2.35 6.44 -
YUV 43.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 42 38 72 0.42 0.47 0 0.72 247.06 0.31 0.22
Hex 2A 26 48 2A 2F 0 48 F7 1F 16
Octal 52 46 110 52 57 0 110 367 37 26
Binary 101010 100110 1001000 101010 101111 0 1001000 11110111 11111 10110

Color Harmonies of #2A2648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2648

Black with #2A2648

Text Example


Text Example

White with #2A2648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,38,72); }

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

background-color css

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

 a { background-color: rgb(42,38,72); }

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

border-color css

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

 span { border-color: rgb(42,38,72); }

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