Html Css Color HEX #2B2559 Paua

📋 copy color: '#2B2559'

red 43 ◦ green 37 ◦ blue 89

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

Shades of Paua #2B2559

Tints of Paua #2B2559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 52.66%

R = 25.44%
G = 21.89%
B = 52.66%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2B2559 (or 0x2B2559) is known color: Paua. HEX triplet: 2B, 25 and 59. RGB value is (43,37,89). Sum of RGB (Red+Green+Blue) = 43+37+89=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B2559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2559 is #D4DAA6. Grayscale: #2C2C2C. Windows color (decimal): -13949607 or 5842219. OLE color: 5842219.

HSL color Cylindrical-coordinate representation of color #2B2559: hue angle of 246.92º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B2559 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 37 89 -
CMYK 0.52 0.58 0 0.65
HSL 246.92º 0.41% 0.25% -
HSV(B) 246.92º 0.58% 0.35% -
XYZ 3.46 2.56 9.76 -
YUV 44.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 43 37 89 0.52 0.58 0 0.65 246.92 0.41 0.25
Hex 2B 25 59 34 3A 0 41 F7 29 19
Octal 53 45 131 64 72 0 101 367 51 31
Binary 101011 100101 1011001 110100 111010 0 1000001 11110111 101001 11001

Color Harmonies of #2B2559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2559

Black with #2B2559

Text Example


Text Example

White with #2B2559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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