Html Css Color HEX #2B2252 Paua

📋 copy color: '#2B2252'

red 43 ◦ green 34 ◦ blue 82

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

Shades of Paua #2B2252

Tints of Paua #2B2252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.38%

 BLUE value IS 82 (32.42% from 255) = 51.57%

R = 27.04%
G = 21.38%
B = 51.57%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2B2252 (or 0x2B2252) is known color: Paua. HEX triplet: 2B, 22 and 52. RGB value is (43,34,82). Sum of RGB (Red+Green+Blue) = 43+34+82=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #2B2252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2252 is #D4DDAD. Grayscale: #292929. Windows color (decimal): -13950382 or 5382699. OLE color: 5382699.

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

Color convert

RGB 43 34 82 -
CMYK 0.48 0.59 0 0.68
HSL 251.25º 0.41% 0.23% -
HSV(B) 251.25º 0.59% 0.32% -
XYZ 3.09 2.27 8.26 -
YUV 42.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 43 34 82 0.48 0.59 0 0.68 251.25 0.41 0.23
Hex 2B 22 52 30 3B 0 44 FB 29 17
Octal 53 42 122 60 73 0 104 373 51 27
Binary 101011 100010 1010010 110000 111011 0 1000100 11111011 101001 10111

Color Harmonies of #2B2252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2252

Black with #2B2252

Text Example


Text Example

White with #2B2252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,34,82); }

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

background-color css

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

 a { background-color: rgb(43,34,82); }

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

border-color css

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

 span { border-color: rgb(43,34,82); }

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