#2B235A

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

Shades of Paua #2B235A

Tints of Paua #2B235A

Color information

#2B235A (or 0x2B235A) is unknown color: approx Paua. HEX triplet: 2B, 23 and 5A. RGB value is (43,35,90). Sum of RGB (Red+Green+Blue) = 43+35+90=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B235A is #D4DCA5. Grayscale: #2B2B2B. Windows color (decimal): -13950118 or 5907243. OLE color: 5907243.

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

Color convert

RGB433590-
CMYK0.520.6100.65
HSL248.73º44%24.51%-
HSV(B)248.73º61.11%35.29%-
XYZ3.442.459.97-
YUV43.66154.15127.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.60%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=25.60%
G=20.83%
B=53.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4335900.520.6100.65248.734424.51
Hex2B235A343D041f92c19
Octal5343132647501013715431
Binary1010111000111011010110100111101010000011111100110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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