Html Css Color HEX #2C274C Paua

📋 copy color: '#2C274C'

red 44 ◦ green 39 ◦ blue 76

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

Shades of Paua #2C274C

Tints of Paua #2C274C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 47.8%

R = 27.67%
G = 24.53%
B = 47.8%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2C274C (or 0x2C274C) is known color: Paua. HEX triplet: 2C, 27 and 4C. RGB value is (44,39,76). Sum of RGB (Red+Green+Blue) = 44+39+76=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #2C274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C274C is #D3D8B3. Grayscale: #2C2C2C. Windows color (decimal): -13883572 or 4990764. OLE color: 4990764.

HSL color Cylindrical-coordinate representation of color #2C274C: hue angle of 248.11º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2C274C is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 44 39 76 -
CMYK 0.42 0.49 0 0.70
HSL 248.11º 0.32% 0.23% -
HSV(B) 248.11º 0.49% 0.3% -
XYZ 3.07 2.51 7.16 -
YUV 44.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 44 39 76 0.42 0.49 0 0.70 248.11 0.32 0.23
Hex 2C 27 4C 2A 31 0 46 F8 20 17
Octal 54 47 114 52 61 0 106 370 40 27
Binary 101100 100111 1001100 101010 110001 0 1000110 11111000 100000 10111

Color Harmonies of #2C274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C274C

Black with #2C274C

Text Example


Text Example

White with #2C274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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