Html Css Color HEX #2C2655 Paua

📋 copy color: '#2C2655'

red 44 ◦ green 38 ◦ blue 85

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

Shades of Paua #2C2655

Tints of Paua #2C2655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.75%

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

R = 26.35%
G = 22.75%
B = 50.9%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2C2655 (or 0x2C2655) is known color: Paua. HEX triplet: 2C, 26 and 55. RGB value is (44,38,85). Sum of RGB (Red+Green+Blue) = 44+38+85=167 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.35% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #2C2655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2655 is #D3D9AA. Grayscale: #2C2C2C. Windows color (decimal): -13883819 or 5580332. OLE color: 5580332.

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

Color convert

RGB 44 38 85 -
CMYK 0.48 0.55 0 0.67
HSL 247.66º 0.38% 0.24% -
HSV(B) 247.66º 0.55% 0.33% -
XYZ 3.37 2.58 8.91 -
YUV 45.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 44 38 85 0.48 0.55 0 0.67 247.66 0.38 0.24
Hex 2C 26 55 30 37 0 43 F8 26 18
Octal 54 46 125 60 67 0 103 370 46 30
Binary 101100 100110 1010101 110000 110111 0 1000011 11111000 100110 11000

Color Harmonies of #2C2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2655

Black with #2C2655

Text Example


Text Example

White with #2C2655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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