#2C284B

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

Shades of Paua #2C284B

Tints of Paua #2C284B

Color information

#2C284B (or 0x2C284B) is unknown color: approx Paua. HEX triplet: 2C, 28 and 4B. RGB value is (44,40,75). Sum of RGB (Red+Green+Blue) = 44+40+75=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #2C284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C284B is #D3D7B4. Grayscale: #2D2D2D. Windows color (decimal): -13883317 or 4925484. OLE color: 4925484.

HSL color Cylindrical-coordinate representation of color #2C284B: hue angle of 246.86º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2C284B is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB444075-
CMYK0.410.4700.71
HSL246.86º30.43%22.55%-
HSV(B)246.86º46.67%29.41%-
XYZ3.072.566.99-
YUV45.19144.83127.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.67%
GREEN value IS 40 (16.02% from 255) = 25.16%
BLUE value IS 75 (29.69% from 255) = 47.17%
R=27.67%
G=25.16%
B=47.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4440750.410.4700.71246.8630.4322.55
Hex2C284B292F047f71e17
Octal5450113515701073673627
Binary101100101000100101110100110111101000111111101111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,40,75); }

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

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

 a { background-color: rgb(44,40,75); }

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

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

 span { border-color: rgb(44,40,75); }

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