Html Css Color HEX #2B2553 Paua

📋 copy color: '#2B2553'

red 43 ◦ green 37 ◦ blue 83

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

Shades of Paua #2B2553

Tints of Paua #2B2553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 50.92%

R = 26.38%
G = 22.7%
B = 50.92%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2B2553 (or 0x2B2553) is known color: Paua. HEX triplet: 2B, 25 and 53. RGB value is (43,37,83). Sum of RGB (Red+Green+Blue) = 43+37+83=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #2B2553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2553 is #D4DAAC. Grayscale: #2B2B2B. Windows color (decimal): -13949613 or 5449003. OLE color: 5449003.

HSL color Cylindrical-coordinate representation of color #2B2553: hue angle of 247.83º 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 #2B2553 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 37 83 -
CMYK 0.48 0.55 0 0.67
HSL 247.83º 0.38% 0.24% -
HSV(B) 247.83º 0.55% 0.33% -
XYZ 3.22 2.46 8.49 -
YUV 44.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 43 37 83 0.48 0.55 0 0.67 247.83 0.38 0.24
Hex 2B 25 53 30 37 0 43 F8 26 18
Octal 53 45 123 60 67 0 103 370 46 30
Binary 101011 100101 1010011 110000 110111 0 1000011 11111000 100110 11000

Color Harmonies of #2B2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2553

Black with #2B2553

Text Example


Text Example

White with #2B2553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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