Html Css Color HEX #2C294F Paua

📋 copy color: '#2C294F'

red 44 ◦ green 41 ◦ blue 79

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

Shades of Paua #2C294F

Tints of Paua #2C294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 48.17%

R = 26.83%
G = 25%
B = 48.17%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2C294F (or 0x2C294F) is known color: Paua. HEX triplet: 2C, 29 and 4F. RGB value is (44,41,79). Sum of RGB (Red+Green+Blue) = 44+41+79=164 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.83% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #2C294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C294F is #D3D6B0. Grayscale: #2E2E2E. Windows color (decimal): -13883057 or 5187884. OLE color: 5187884.

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

Color convert

RGB 44 41 79 -
CMYK 0.44 0.48 0 0.69
HSL 244.74º 0.32% 0.24% -
HSV(B) 244.74º 0.48% 0.31% -
XYZ 3.24 2.69 7.74 -
YUV 46.23 146.49 126.41 -
System Red Green Blue C M Y K H S L
Decimal 44 41 79 0.44 0.48 0 0.69 244.74 0.32 0.24
Hex 2C 29 4F 2C 30 0 45 F5 20 18
Octal 54 51 117 54 60 0 105 365 40 30
Binary 101100 101001 1001111 101100 110000 0 1000101 11110101 100000 11000

Color Harmonies of #2C294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C294F

Black with #2C294F

Text Example


Text Example

White with #2C294F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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