Html Css Color HEX #2B2649 Paua

📋 copy color: '#2B2649'

red 43 ◦ green 38 ◦ blue 73

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

Shades of Paua #2B2649

Tints of Paua #2B2649

RGB

 RED value IS 43 (17.19% from 255) = 27.92%

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

 BLUE value IS 73 (28.91% from 255) = 47.4%

R = 27.92%
G = 24.68%
B = 47.4%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2B2649 (or 0x2B2649) is known color: Paua. HEX triplet: 2B, 26 and 49. RGB value is (43,38,73). Sum of RGB (Red+Green+Blue) = 43+38+73=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B2649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2649 is #D4D9B6. Grayscale: #2B2B2B. Windows color (decimal): -13949367 or 4793899. OLE color: 4793899.

HSL color Cylindrical-coordinate representation of color #2B2649: hue angle of 248.57º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B2649 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 43 38 73 -
CMYK 0.41 0.48 0 0.71
HSL 248.57º 0.32% 0.22% -
HSV(B) 248.57º 0.48% 0.29% -
XYZ 2.89 2.38 6.61 -
YUV 43.49 144.66 127.65 -
System Red Green Blue C M Y K H S L
Decimal 43 38 73 0.41 0.48 0 0.71 248.57 0.32 0.22
Hex 2B 26 49 29 30 0 47 F9 20 16
Octal 53 46 111 51 60 0 107 371 40 26
Binary 101011 100110 1001001 101001 110000 0 1000111 11111001 100000 10110

Color Harmonies of #2B2649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2649

Black with #2B2649

Text Example


Text Example

White with #2B2649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,38,73); }

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

background-color css

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

 a { background-color: rgb(43,38,73); }

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

border-color css

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

 span { border-color: rgb(43,38,73); }

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