#2C254D

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

Shades of Paua #2C254D

Tints of Paua #2C254D

Color information

#2C254D (or 0x2C254D) is unknown color: approx Paua. HEX triplet: 2C, 25 and 4D. RGB value is (44,37,77). Sum of RGB (Red+Green+Blue) = 44+37+77=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C254D is #D3DAB2. Grayscale: #2B2B2B. Windows color (decimal): -13884083 or 5055788. OLE color: 5055788.

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

Color convert

RGB443777-
CMYK0.430.5200.70
HSL250.5º35.09%22.35%-
HSV(B)250.5º51.95%30.2%-
XYZ3.042.397.32-
YUV43.65146.82128.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.85%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 77 (30.47% from 255) = 48.73%
R=27.85%
G=23.42%
B=48.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4437770.430.5200.70250.535.0922.35
Hex2C254D2B34046fa2316
Octal5445115536401063724326
Binary1011001001011001101101011110100010001101111101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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