Html Css Color HEX #2B2959 Paua

📋 copy color: '#2B2959'

red 43 ◦ green 41 ◦ blue 89

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

Shades of Paua #2B2959

Tints of Paua #2B2959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.7%

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

R = 24.86%
G = 23.7%
B = 51.45%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2B2959 (or 0x2B2959) is known color: Paua. HEX triplet: 2B, 29 and 59. RGB value is (43,41,89). Sum of RGB (Red+Green+Blue) = 43+41+89=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B2959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2959 is #D4D6A6. Grayscale: #2E2E2E. Windows color (decimal): -13948583 or 5843243. OLE color: 5843243.

HSL color Cylindrical-coordinate representation of color #2B2959: hue angle of 242.5º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B2959 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 41 89 -
CMYK 0.52 0.54 0 0.65
HSL 242.5º 0.37% 0.25% -
HSV(B) 242.5º 0.54% 0.35% -
XYZ 3.59 2.82 9.81 -
YUV 47.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 43 41 89 0.52 0.54 0 0.65 242.5 0.37 0.25
Hex 2B 29 59 34 36 0 41 F2 25 19
Octal 53 51 131 64 66 0 101 362 45 31
Binary 101011 101001 1011001 110100 110110 0 1000001 11110010 100101 11001

Color Harmonies of #2B2959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2959

Black with #2B2959

Text Example


Text Example

White with #2B2959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,41,89); }

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

background-color css

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

 a { background-color: rgb(43,41,89); }

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

border-color css

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

 span { border-color: rgb(43,41,89); }

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