Html Css Color HEX #2B2655 Paua

📋 copy color: '#2B2655'

red 43 ◦ green 38 ◦ blue 85

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

Shades of Paua #2B2655

Tints of Paua #2B2655

RGB

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

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

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

R = 25.9%
G = 22.89%
B = 51.2%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2B2655 (or 0x2B2655) is known color: Paua. HEX triplet: 2B, 26 and 55. RGB value is (43,38,85). Sum of RGB (Red+Green+Blue) = 43+38+85=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #2B2655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2655 is #D4D9AA. Grayscale: #2C2C2C. Windows color (decimal): -13949355 or 5580331. OLE color: 5580331.

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

Color convert

RGB 43 38 85 -
CMYK 0.49 0.55 0 0.67
HSL 246.38º 0.38% 0.24% -
HSV(B) 246.38º 0.55% 0.33% -
XYZ 3.33 2.56 8.91 -
YUV 44.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 43 38 85 0.49 0.55 0 0.67 246.38 0.38 0.24
Hex 2B 26 55 31 37 0 43 F6 26 18
Octal 53 46 125 61 67 0 103 366 46 30
Binary 101011 100110 1010101 110001 110111 0 1000011 11110110 100110 11000

Color Harmonies of #2B2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2655

Black with #2B2655

Text Example


Text Example

White with #2B2655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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