Html Css Color HEX #2B2755 Paua

📋 copy color: '#2B2755'

red 43 ◦ green 39 ◦ blue 85

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

Shades of Paua #2B2755

Tints of Paua #2B2755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.35%

 BLUE value IS 85 (33.59% from 255) = 50.9%

R = 25.75%
G = 23.35%
B = 50.9%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2B2755 (or 0x2B2755) is known color: Paua. HEX triplet: 2B, 27 and 55. RGB value is (43,39,85). Sum of RGB (Red+Green+Blue) = 43+39+85=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #2B2755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2755 is #D4D8AA. Grayscale: #2D2D2D. Windows color (decimal): -13949099 or 5580587. OLE color: 5580587.

HSL color Cylindrical-coordinate representation of color #2B2755: hue angle of 245.22º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B2755 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 39 85 -
CMYK 0.49 0.54 0 0.67
HSL 245.22º 0.37% 0.24% -
HSV(B) 245.22º 0.54% 0.33% -
XYZ 3.36 2.62 8.92 -
YUV 45.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 43 39 85 0.49 0.54 0 0.67 245.22 0.37 0.24
Hex 2B 27 55 31 36 0 43 F5 25 18
Octal 53 47 125 61 66 0 103 365 45 30
Binary 101011 100111 1010101 110001 110110 0 1000011 11110101 100101 11000

Color Harmonies of #2B2755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2755

Black with #2B2755

Text Example


Text Example

White with #2B2755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,39,85); }

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

background-color css

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

 a { background-color: rgb(43,39,85); }

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

border-color css

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

 span { border-color: rgb(43,39,85); }

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