Html Css Color HEX #2B2357 Paua

📋 copy color: '#2B2357'

red 43 ◦ green 35 ◦ blue 87

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

Shades of Paua #2B2357

Tints of Paua #2B2357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.21%

 BLUE value IS 87 (34.38% from 255) = 52.73%

R = 26.06%
G = 21.21%
B = 52.73%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#2B2357 (or 0x2B2357) is known color: Paua. HEX triplet: 2B, 23 and 57. RGB value is (43,35,87). Sum of RGB (Red+Green+Blue) = 43+35+87=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #2B2357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2357 is #D4DCA8. Grayscale: #2B2B2B. Windows color (decimal): -13950121 or 5710635. OLE color: 5710635.

HSL color Cylindrical-coordinate representation of color #2B2357: hue angle of 249.23º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B2357 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 43 35 87 -
CMYK 0.51 0.60 0 0.66
HSL 249.23º 0.43% 0.24% -
HSV(B) 249.23º 0.6% 0.34% -
XYZ 3.32 2.4 9.31 -
YUV 43.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 43 35 87 0.51 0.60 0 0.66 249.23 0.43 0.24
Hex 2B 23 57 33 3C 0 42 F9 2B 18
Octal 53 43 127 63 74 0 102 371 53 30
Binary 101011 100011 1010111 110011 111100 0 1000010 11111001 101011 11000

Color Harmonies of #2B2357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2357

Black with #2B2357

Text Example


Text Example

White with #2B2357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,35,87); }

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

background-color css

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

 a { background-color: rgb(43,35,87); }

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

border-color css

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

 span { border-color: rgb(43,35,87); }

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