Html Css Color HEX #2C294C Paua

📋 copy color: '#2C294C'

red 44 ◦ green 41 ◦ blue 76

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

Shades of Paua #2C294C

Tints of Paua #2C294C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 47.2%

R = 27.33%
G = 25.47%
B = 47.2%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2C294C (or 0x2C294C) is known color: Paua. HEX triplet: 2C, 29 and 4C. RGB value is (44,41,76). Sum of RGB (Red+Green+Blue) = 44+41+76=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #2C294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C294C is #D3D6B3. Grayscale: #2D2D2D. Windows color (decimal): -13883060 or 4991276. OLE color: 4991276.

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

Color convert

RGB 44 41 76 -
CMYK 0.42 0.46 0 0.70
HSL 245.14º 0.3% 0.23% -
HSV(B) 245.14º 0.46% 0.3% -
XYZ 3.14 2.64 7.18 -
YUV 45.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 44 41 76 0.42 0.46 0 0.70 245.14 0.3 0.23
Hex 2C 29 4C 2A 2E 0 46 F5 1E 17
Octal 54 51 114 52 56 0 106 365 36 27
Binary 101100 101001 1001100 101010 101110 0 1000110 11110101 11110 10111

Color Harmonies of #2C294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C294C

Black with #2C294C

Text Example


Text Example

White with #2C294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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