Html Css Color HEX #2C2553 Paua

📋 copy color: '#2C2553'

red 44 ◦ green 37 ◦ blue 83

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

Shades of Paua #2C2553

Tints of Paua #2C2553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.56%

 BLUE value IS 83 (32.81% from 255) = 50.61%

R = 26.83%
G = 22.56%
B = 50.61%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2C2553 (or 0x2C2553) is known color: Paua. HEX triplet: 2C, 25 and 53. RGB value is (44,37,83). Sum of RGB (Red+Green+Blue) = 44+37+83=164 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.83% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #2C2553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2553 is #D3DAAC. Grayscale: #2C2C2C. Windows color (decimal): -13884077 or 5449004. OLE color: 5449004.

HSL color Cylindrical-coordinate representation of color #2C2553: hue angle of 249.13º 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 #2C2553 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 37 83 -
CMYK 0.47 0.55 0 0.67
HSL 249.13º 0.38% 0.24% -
HSV(B) 249.13º 0.55% 0.33% -
XYZ 3.26 2.48 8.49 -
YUV 44.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 44 37 83 0.47 0.55 0 0.67 249.13 0.38 0.24
Hex 2C 25 53 2F 37 0 43 F9 26 18
Octal 54 45 123 57 67 0 103 371 46 30
Binary 101100 100101 1010011 101111 110111 0 1000011 11111001 100110 11000

Color Harmonies of #2C2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2553

Black with #2C2553

Text Example


Text Example

White with #2C2553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,37,83); }

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

background-color css

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

 a { background-color: rgb(44,37,83); }

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

border-color css

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

 span { border-color: rgb(44,37,83); }

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