#2D284E

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

Shades of Paua #2D284E

Tints of Paua #2D284E

Color information

#2D284E (or 0x2D284E) is unknown color: approx Paua. HEX triplet: 2D, 28 and 4E. RGB value is (45,40,78). Sum of RGB (Red+Green+Blue) = 45+40+78=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #2D284E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D284E is #D2D7B1. Grayscale: #2D2D2D. Windows color (decimal): -13817778 or 5122093. OLE color: 5122093.

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

Color convert

RGB454078-
CMYK0.420.4900.69
HSL247.89º32.2%23.14%-
HSV(B)247.89º48.72%30.59%-
XYZ3.222.637.54-
YUV45.83146.16127.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.61%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 78 (30.86% from 255) = 47.85%
R=27.61%
G=24.54%
B=47.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4540780.420.4900.69247.8932.223.14
Hex2D284E2A31045f82017
Octal5550116526101053704027
Binary1011011010001001110101010110001010001011111100010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,40,78); }

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

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

 a { background-color: rgb(45,40,78); }

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

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

 span { border-color: rgb(45,40,78); }

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