#2C264B

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

Shades of Paua #2C264B

Tints of Paua #2C264B

Color information

#2C264B (or 0x2C264B) is unknown color: approx Paua. HEX triplet: 2C, 26 and 4B. RGB value is (44,38,75). Sum of RGB (Red+Green+Blue) = 44+38+75=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #2C264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C264B is #D3D9B4. Grayscale: #2B2B2B. Windows color (decimal): -13883829 or 4924972. OLE color: 4924972.

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

Color convert

RGB443875-
CMYK0.410.4900.71
HSL249.73º32.74%22.16%-
HSV(B)249.73º49.33%29.41%-
XYZ32.436.97-
YUV44.01145.49127.99-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.03%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 75 (29.69% from 255) = 47.77%
R=28.03%
G=24.20%
B=47.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4438750.410.4900.71249.7332.7422.16
Hex2C264B2931047fa2116
Octal5446113516101073724126
Binary1011001001101001011101001110001010001111111101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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