Html Css Color HEX #2B2950 Paua

📋 copy color: '#2B2950'

red 43 ◦ green 41 ◦ blue 80

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

Shades of Paua #2B2950

Tints of Paua #2B2950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 48.78%

R = 26.22%
G = 25%
B = 48.78%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2B2950 (or 0x2B2950) is known color: Paua. HEX triplet: 2B, 29 and 50. RGB value is (43,41,80). Sum of RGB (Red+Green+Blue) = 43+41+80=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B2950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2950 is #D4D6AF. Grayscale: #2D2D2D. Windows color (decimal): -13948592 or 5253419. OLE color: 5253419.

HSL color Cylindrical-coordinate representation of color #2B2950: hue angle of 243.08º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B2950 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 43 41 80 -
CMYK 0.46 0.49 0 0.69
HSL 243.08º 0.32% 0.24% -
HSV(B) 243.08º 0.49% 0.31% -
XYZ 3.24 2.68 7.94 -
YUV 46.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 43 41 80 0.46 0.49 0 0.69 243.08 0.32 0.24
Hex 2B 29 50 2E 31 0 45 F3 20 18
Octal 53 51 120 56 61 0 105 363 40 30
Binary 101011 101001 1010000 101110 110001 0 1000101 11110011 100000 11000

Color Harmonies of #2B2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2950

Black with #2B2950

Text Example


Text Example

White with #2B2950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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