Html Css Color HEX #2B2555 Paua

📋 copy color: '#2B2555'

red 43 ◦ green 37 ◦ blue 85

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

Shades of Paua #2B2555

Tints of Paua #2B2555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.42%

 BLUE value IS 85 (33.59% from 255) = 51.52%

R = 26.06%
G = 22.42%
B = 51.52%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2B2555 (or 0x2B2555) is known color: Paua. HEX triplet: 2B, 25 and 55. RGB value is (43,37,85). Sum of RGB (Red+Green+Blue) = 43+37+85=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #2B2555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2555 is #D4DAAA. Grayscale: #2C2C2C. Windows color (decimal): -13949611 or 5580075. OLE color: 5580075.

HSL color Cylindrical-coordinate representation of color #2B2555: hue angle of 247.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B2555 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 37 85 -
CMYK 0.49 0.56 0 0.67
HSL 247.5º 0.39% 0.24% -
HSV(B) 247.5º 0.56% 0.33% -
XYZ 3.3 2.49 8.9 -
YUV 44.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 43 37 85 0.49 0.56 0 0.67 247.5 0.39 0.24
Hex 2B 25 55 31 38 0 43 F8 27 18
Octal 53 45 125 61 70 0 103 370 47 30
Binary 101011 100101 1010101 110001 111000 0 1000011 11111000 100111 11000

Color Harmonies of #2B2555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2555

Black with #2B2555

Text Example


Text Example

White with #2B2555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,37,85); }

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

background-color css

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

 a { background-color: rgb(43,37,85); }

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

border-color css

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

 span { border-color: rgb(43,37,85); }

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