Html Css Color HEX #2C294D Paua

📋 copy color: '#2C294D'

red 44 ◦ green 41 ◦ blue 77

#2C294D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #2C294D

Tints of Paua #2C294D

RGB

 RED value IS 44 (17.58% from 255) = 27.16%

 GREEN value IS 41 (16.41% from 255) = 25.31%

 BLUE value IS 77 (30.47% from 255) = 47.53%

R = 27.16%
G = 25.31%
B = 47.53%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2C294D (or 0x2C294D) is known color: Paua. HEX triplet: 2C, 29 and 4D. RGB value is (44,41,77). Sum of RGB (Red+Green+Blue) = 44+41+77=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C294D is #D3D6B2. Grayscale: #2D2D2D. Windows color (decimal): -13883059 or 5056812. OLE color: 5056812.

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

Color convert

RGB 44 41 77 -
CMYK 0.43 0.47 0 0.70
HSL 245º 0.31% 0.23% -
HSV(B) 245º 0.47% 0.3% -
XYZ 3.17 2.66 7.37 -
YUV 46 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 44 41 77 0.43 0.47 0 0.70 245 0.31 0.23
Hex 2C 29 4D 2B 2F 0 46 F5 1F 17
Octal 54 51 115 53 57 0 106 365 37 27
Binary 101100 101001 1001101 101011 101111 0 1000110 11110101 11111 10111

Color Harmonies of #2C294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C294D

Black with #2C294D

Text Example


Text Example

White with #2C294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C294D;
 }
 .AnyTagClassName
 {
   color: #2C294D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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