#2A254E

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

Shades of Paua #2A254E

Tints of Paua #2A254E

Color information

#2A254E (or 0x2A254E) is unknown color: approx Paua. HEX triplet: 2A, 25 and 4E. RGB value is (42,37,78). Sum of RGB (Red+Green+Blue) = 42+37+78=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A254E is #D5DAB1. Grayscale: #2B2B2B. Windows color (decimal): -14015154 or 5121322. OLE color: 5121322.

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

Color convert

RGB423778-
CMYK0.460.5300.69
HSL247.32º35.65%22.55%-
HSV(B)247.32º52.56%30.59%-
XYZ2.992.377.51-
YUV43.17147.66127.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.75%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 78 (30.86% from 255) = 49.68%
R=26.75%
G=23.57%
B=49.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4237780.460.5300.69247.3235.6522.55
Hex2A254E2E35045f72417
Octal5245116566501053674427
Binary1010101001011001110101110110101010001011111011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,37,78); }

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

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

 a { background-color: rgb(42,37,78); }

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

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

 span { border-color: rgb(42,37,78); }

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