#2B254C

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

Shades of Paua #2B254C

Tints of Paua #2B254C

Color information

#2B254C (or 0x2B254C) is unknown color: approx Paua. HEX triplet: 2B, 25 and 4C. RGB value is (43,37,76). Sum of RGB (Red+Green+Blue) = 43+37+76=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B254C is #D4DAB3. Grayscale: #2B2B2B. Windows color (decimal): -13949620 or 4990251. OLE color: 4990251.

HSL color Cylindrical-coordinate representation of color #2B254C: hue angle of 249.23º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B254C is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB433776-
CMYK0.430.5100.70
HSL249.23º34.51%22.16%-
HSV(B)249.23º51.32%29.8%-
XYZ2.962.367.14-
YUV43.24146.49127.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.56%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 76 (30.08% from 255) = 48.72%
R=27.56%
G=23.72%
B=48.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4337760.430.5100.70249.2334.5122.16
Hex2B254C2B33046f92316
Octal5345114536301063714326
Binary1010111001011001100101011110011010001101111100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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