#2B234F

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

Shades of Paua #2B234F

Tints of Paua #2B234F

Color information

#2B234F (or 0x2B234F) is unknown color: approx Paua. HEX triplet: 2B, 23 and 4F. RGB value is (43,35,79). Sum of RGB (Red+Green+Blue) = 43+35+79=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B234F is #D4DCB0. Grayscale: #2A2A2A. Windows color (decimal): -13950129 or 5186347. OLE color: 5186347.

HSL color Cylindrical-coordinate representation of color #2B234F: hue angle of 250.91º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B234F is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB433579-
CMYK0.460.5600.69
HSL250.91º38.6%22.35%-
HSV(B)250.91º55.7%30.98%-
XYZ3.012.287.68-
YUV42.41148.65128.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.39%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 79 (31.25% from 255) = 50.32%
R=27.39%
G=22.29%
B=50.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4335790.460.5600.69250.9138.622.35
Hex2B234F2E38045fb2716
Octal5343117567001053734726
Binary1010111000111001111101110111000010001011111101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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