Html Css Color HEX #2B265B Paua

📋 copy color: '#2B265B'

red 43 ◦ green 38 ◦ blue 91

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

Shades of Paua #2B265B

Tints of Paua #2B265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 52.91%

R = 25%
G = 22.09%
B = 52.91%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2B265B (or 0x2B265B) is known color: Paua. HEX triplet: 2B, 26 and 5B. RGB value is (43,38,91). Sum of RGB (Red+Green+Blue) = 43+38+91=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #2B265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B265B is #D4D9A4. Grayscale: #2D2D2D. Windows color (decimal): -13949349 or 5973547. OLE color: 5973547.

HSL color Cylindrical-coordinate representation of color #2B265B: hue angle of 245.66º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B265B is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 43 38 91 -
CMYK 0.53 0.58 0 0.64
HSL 245.66º 0.41% 0.25% -
HSV(B) 245.66º 0.58% 0.36% -
XYZ 3.58 2.66 10.22 -
YUV 45.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 43 38 91 0.53 0.58 0 0.64 245.66 0.41 0.25
Hex 2B 26 5B 35 3A 0 40 F6 29 19
Octal 53 46 133 65 72 0 100 366 51 31
Binary 101011 100110 1011011 110101 111010 0 1000000 11110110 101001 11001

Color Harmonies of #2B265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B265B

Black with #2B265B

Text Example


Text Example

White with #2B265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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