Html Css Color HEX #2B2358 Paua

📋 copy color: '#2B2358'

red 43 ◦ green 35 ◦ blue 88

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

Shades of Paua #2B2358

Tints of Paua #2B2358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 53.01%

R = 25.9%
G = 21.08%
B = 53.01%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2B2358 (or 0x2B2358) is known color: Paua. HEX triplet: 2B, 23 and 58. RGB value is (43,35,88). Sum of RGB (Red+Green+Blue) = 43+35+88=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B2358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2358 is #D4DCA7. Grayscale: #2B2B2B. Windows color (decimal): -13950120 or 5776171. OLE color: 5776171.

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

Color convert

RGB 43 35 88 -
CMYK 0.51 0.60 0 0.65
HSL 249.06º 0.43% 0.24% -
HSV(B) 249.06º 0.6% 0.35% -
XYZ 3.36 2.42 9.52 -
YUV 43.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 43 35 88 0.51 0.60 0 0.65 249.06 0.43 0.24
Hex 2B 23 58 33 3C 0 41 F9 2B 18
Octal 53 43 130 63 74 0 101 371 53 30
Binary 101011 100011 1011000 110011 111100 0 1000001 11111001 101011 11000

Color Harmonies of #2B2358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2358

Black with #2B2358

Text Example


Text Example

White with #2B2358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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