Html Css Color HEX #2C2A48 Paua

📋 copy color: '#2C2A48'

red 44 ◦ green 42 ◦ blue 72

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

Shades of Paua #2C2A48

Tints of Paua #2C2A48

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.58%

 BLUE value IS 72 (28.52% from 255) = 45.57%

R = 27.85%
G = 26.58%
B = 45.57%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2C2A48 (or 0x2C2A48) is known color: Paua. HEX triplet: 2C, 2A and 48. RGB value is (44,42,72). Sum of RGB (Red+Green+Blue) = 44+42+72=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #2C2A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2A48 is #D3D5B7. Grayscale: #2D2D2D. Windows color (decimal): -13882808 or 4729388. OLE color: 4729388.

HSL color Cylindrical-coordinate representation of color #2C2A48: hue angle of 244º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2C2A48 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 42 72 -
CMYK 0.39 0.42 0 0.72
HSL 244º 0.26% 0.22% -
HSV(B) 244º 0.42% 0.28% -
XYZ 3.04 2.66 6.48 -
YUV 46.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 44 42 72 0.39 0.42 0 0.72 244 0.26 0.22
Hex 2C 2A 48 27 2A 0 48 F4 1A 16
Octal 54 52 110 47 52 0 110 364 32 26
Binary 101100 101010 1001000 100111 101010 0 1001000 11110100 11010 10110

Color Harmonies of #2C2A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2A48

Black with #2C2A48

Text Example


Text Example

White with #2C2A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,42,72); }

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

background-color css

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

 a { background-color: rgb(44,42,72); }

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

border-color css

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

 span { border-color: rgb(44,42,72); }

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