#2C244E

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

Shades of Paua #2C244E

Tints of Paua #2C244E

Color information

#2C244E (or 0x2C244E) is unknown color: approx Paua. HEX triplet: 2C, 24 and 4E. RGB value is (44,36,78). Sum of RGB (Red+Green+Blue) = 44+36+78=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #2C244E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C244E is #D3DBB1. Grayscale: #2B2B2B. Windows color (decimal): -13884338 or 5121068. OLE color: 5121068.

HSL color Cylindrical-coordinate representation of color #2C244E: hue angle of 251.43º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C244E is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB443678-
CMYK0.440.5400.69
HSL251.43º36.84%22.35%-
HSV(B)251.43º53.85%30.59%-
XYZ3.042.357.5-
YUV43.18147.65128.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.85%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 78 (30.86% from 255) = 49.37%
R=27.85%
G=22.78%
B=49.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4436780.440.5400.69251.4336.8422.35
Hex2C244E2C36045fb2516
Octal5444116546601053734526
Binary1011001001001001110101100110110010001011111101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,36,78); }

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

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

 a { background-color: rgb(44,36,78); }

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

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

 span { border-color: rgb(44,36,78); }

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