#2C284D

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

Shades of Paua #2C284D

Tints of Paua #2C284D

Color information

#2C284D (or 0x2C284D) is unknown color: approx Paua. HEX triplet: 2C, 28 and 4D. RGB value is (44,40,77). Sum of RGB (Red+Green+Blue) = 44+40+77=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C284D is #D3D7B2. Grayscale: #2D2D2D. Windows color (decimal): -13883315 or 5056556. OLE color: 5056556.

HSL color Cylindrical-coordinate representation of color #2C284D: hue angle of 246.49º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C284D is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB444077-
CMYK0.430.4800.70
HSL246.49º31.62%22.94%-
HSV(B)246.49º48.05%30.2%-
XYZ3.142.597.36-
YUV45.41145.83126.99-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.33%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 77 (30.47% from 255) = 47.83%
R=27.33%
G=24.84%
B=47.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4440770.430.4800.70246.4931.6222.94
Hex2C284D2B30046f62017
Octal5450115536001063664027
Binary1011001010001001101101011110000010001101111011010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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