Html Css Color HEX #2C2855 Paua

📋 copy color: '#2C2855'

red 44 ◦ green 40 ◦ blue 85

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

Shades of Paua #2C2855

Tints of Paua #2C2855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.67%

 BLUE value IS 85 (33.59% from 255) = 50.3%

R = 26.04%
G = 23.67%
B = 50.3%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2C2855 (or 0x2C2855) is known color: Paua. HEX triplet: 2C, 28 and 55. RGB value is (44,40,85). Sum of RGB (Red+Green+Blue) = 44+40+85=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #2C2855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2855 is #D3D7AA. Grayscale: #2E2E2E. Windows color (decimal): -13883307 or 5580844. OLE color: 5580844.

HSL color Cylindrical-coordinate representation of color #2C2855: hue angle of 245.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C2855 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 40 85 -
CMYK 0.48 0.53 0 0.67
HSL 245.33º 0.36% 0.25% -
HSV(B) 245.33º 0.53% 0.33% -
XYZ 3.44 2.71 8.94 -
YUV 46.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 44 40 85 0.48 0.53 0 0.67 245.33 0.36 0.25
Hex 2C 28 55 30 35 0 43 F5 24 19
Octal 54 50 125 60 65 0 103 365 44 31
Binary 101100 101000 1010101 110000 110101 0 1000011 11110101 100100 11001

Color Harmonies of #2C2855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2855

Black with #2C2855

Text Example


Text Example

White with #2C2855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,40,85); }

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

background-color css

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

 a { background-color: rgb(44,40,85); }

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

border-color css

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

 span { border-color: rgb(44,40,85); }

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