#2D284F

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

Shades of Paua #2D284F

Tints of Paua #2D284F

Color information

#2D284F (or 0x2D284F) is unknown color: approx Paua. HEX triplet: 2D, 28 and 4F. RGB value is (45,40,79). Sum of RGB (Red+Green+Blue) = 45+40+79=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #2D284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D284F is #D2D7B0. Grayscale: #2D2D2D. Windows color (decimal): -13817777 or 5187629. OLE color: 5187629.

HSL color Cylindrical-coordinate representation of color #2D284F: hue angle of 247.69º degrees, saturation: 0.33, 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 #2D284F is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB454079-
CMYK0.430.4900.69
HSL247.69º32.77%23.33%-
HSV(B)247.69º49.37%30.98%-
XYZ3.252.647.74-
YUV45.94146.66127.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.44%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 79 (31.25% from 255) = 48.17%
R=27.44%
G=24.39%
B=48.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4540790.430.4900.69247.6932.7723.33
Hex2D284F2B31045f82117
Octal5550117536101053704127
Binary1011011010001001111101011110001010001011111100010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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