#2A285C

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

Shades of Paua #2A285C

Tints of Paua #2A285C

Color information

#2A285C (or 0x2A285C) is unknown color: approx Paua. HEX triplet: 2A, 28 and 5C. RGB value is (42,40,92). Sum of RGB (Red+Green+Blue) = 42+40+92=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A285C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A285C is #D5D7A3. Grayscale: #2E2E2E. Windows color (decimal): -14014372 or 6039594. OLE color: 6039594.

HSL color Cylindrical-coordinate representation of color #2A285C: hue angle of 242.31º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A285C is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB424092-
CMYK0.540.5700.64
HSL242.31º39.39%25.88%-
HSV(B)242.31º56.52%36.08%-
XYZ3.652.7810.47-
YUV46.53153.66124.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.14%
GREEN value IS 40 (16.02% from 255) = 22.99%
BLUE value IS 92 (36.33% from 255) = 52.87%
R=24.14%
G=22.99%
B=52.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4240920.540.5700.64242.3139.3925.88
Hex2A285C3639040f2271a
Octal5250134667101003624732
Binary1010101010001011100110110111001010000001111001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,40,92); }

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

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

 a { background-color: rgb(42,40,92); }

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

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

 span { border-color: rgb(42,40,92); }

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