#2B254D

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

Shades of Paua #2B254D

Tints of Paua #2B254D

Color information

#2B254D (or 0x2B254D) is unknown color: approx Paua. HEX triplet: 2B, 25 and 4D. RGB value is (43,37,77). Sum of RGB (Red+Green+Blue) = 43+37+77=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B254D is #D4DAB2. Grayscale: #2B2B2B. Windows color (decimal): -13949619 or 5055787. OLE color: 5055787.

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

Color convert

RGB433777-
CMYK0.440.5200.70
HSL249º35.09%22.35%-
HSV(B)249º51.95%30.2%-
XYZ32.377.32-
YUV43.35146.99127.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.39%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=27.39%
G=23.57%
B=49.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4337770.440.5200.7024935.0922.35
Hex2B254D2C34046f92316
Octal5345115546401063714326
Binary1010111001011001101101100110100010001101111100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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