Html Css Color HEX #2B2749 Paua

📋 copy color: '#2B2749'

red 43 ◦ green 39 ◦ blue 73

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

Shades of Paua #2B2749

Tints of Paua #2B2749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.16%

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

R = 27.74%
G = 25.16%
B = 47.1%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2B2749 (or 0x2B2749) is known color: Paua. HEX triplet: 2B, 27 and 49. RGB value is (43,39,73). Sum of RGB (Red+Green+Blue) = 43+39+73=155 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.74% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B2749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2749 is #D4D8B6. Grayscale: #2B2B2B. Windows color (decimal): -13949111 or 4794155. OLE color: 4794155.

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

Color convert

RGB 43 39 73 -
CMYK 0.41 0.47 0 0.71
HSL 247.06º 0.3% 0.22% -
HSV(B) 247.06º 0.47% 0.29% -
XYZ 2.92 2.45 6.62 -
YUV 44.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 43 39 73 0.41 0.47 0 0.71 247.06 0.3 0.22
Hex 2B 27 49 29 2F 0 47 F7 1E 16
Octal 53 47 111 51 57 0 107 367 36 26
Binary 101011 100111 1001001 101001 101111 0 1000111 11110111 11110 10110

Color Harmonies of #2B2749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2749

Black with #2B2749

Text Example


Text Example

White with #2B2749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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