#2B2758

Color #2B2758 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #2B2758

Tints of Paua #2B2758

Color information

#2B2758 (or 0x2B2758) is unknown color: approx Paua. HEX triplet: 2B, 27 and 58. RGB value is (43,39,88). Sum of RGB (Red+Green+Blue) = 43+39+88=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B2758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2758 is #D4D8A7. Grayscale: #2D2D2D. Windows color (decimal): -13949096 or 5777195. OLE color: 5777195.

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

Color convert

RGB433988-
CMYK0.510.5600.65
HSL244.9º38.58%24.9%-
HSV(B)244.9º55.68%34.51%-
XYZ3.482.679.56-
YUV45.78151.83126.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.29%
GREEN value IS 39 (15.62% from 255) = 22.94%
BLUE value IS 88 (34.77% from 255) = 51.76%
R=25.29%
G=22.94%
B=51.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4339880.510.5600.65244.938.5824.9
Hex2B27583338041f52719
Octal5347130637001013654731
Binary1010111001111011000110011111000010000011111010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B2758;
 }
 .AnyTagClassName
 {
   color: #2B2758;
 }
</style>
background-color css

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

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

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

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

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

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