Html Css Color HEX #2C275A Paua

📋 copy color: '#2C275A'

red 44 ◦ green 39 ◦ blue 90

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

Shades of Paua #2C275A

Tints of Paua #2C275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.54%

 BLUE value IS 90 (35.55% from 255) = 52.02%

R = 25.43%
G = 22.54%
B = 52.02%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2C275A (or 0x2C275A) is known color: Paua. HEX triplet: 2C, 27 and 5A. RGB value is (44,39,90). Sum of RGB (Red+Green+Blue) = 44+39+90=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #2C275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C275A is #D3D8A5. Grayscale: #2E2E2E. Windows color (decimal): -13883558 or 5908268. OLE color: 5908268.

HSL color Cylindrical-coordinate representation of color #2C275A: hue angle of 245.88º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C275A is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 39 90 -
CMYK 0.51 0.57 0 0.65
HSL 245.88º 0.4% 0.25% -
HSV(B) 245.88º 0.57% 0.35% -
XYZ 3.61 2.72 10.01 -
YUV 46.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 44 39 90 0.51 0.57 0 0.65 245.88 0.4 0.25
Hex 2C 27 5A 33 39 0 41 F6 28 19
Octal 54 47 132 63 71 0 101 366 50 31
Binary 101100 100111 1011010 110011 111001 0 1000001 11110110 101000 11001

Color Harmonies of #2C275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C275A

Black with #2C275A

Text Example


Text Example

White with #2C275A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,39,90); }

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

background-color css

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

 a { background-color: rgb(44,39,90); }

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

border-color css

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

 span { border-color: rgb(44,39,90); }

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