Html Css Color HEX #2B2548 Paua

📋 copy color: '#2B2548'

red 43 ◦ green 37 ◦ blue 72

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

Shades of Paua #2B2548

Tints of Paua #2B2548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 47.37%

R = 28.29%
G = 24.34%
B = 47.37%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2B2548 (or 0x2B2548) is known color: Paua. HEX triplet: 2B, 25 and 48. RGB value is (43,37,72). Sum of RGB (Red+Green+Blue) = 43+37+72=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B2548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2548 is #D4DAB7. Grayscale: #2A2A2A. Windows color (decimal): -13949624 or 4728107. OLE color: 4728107.

HSL color Cylindrical-coordinate representation of color #2B2548: hue angle of 250.29º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B2548 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 37 72 -
CMYK 0.40 0.49 0 0.72
HSL 250.29º 0.32% 0.21% -
HSV(B) 250.29º 0.49% 0.28% -
XYZ 2.83 2.3 6.43 -
YUV 42.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 43 37 72 0.40 0.49 0 0.72 250.29 0.32 0.21
Hex 2B 25 48 28 31 0 48 FA 20 15
Octal 53 45 110 50 61 0 110 372 40 25
Binary 101011 100101 1001000 101000 110001 0 1001000 11111010 100000 10101

Color Harmonies of #2B2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2548

Black with #2B2548

Text Example


Text Example

White with #2B2548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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