Html Css Color HEX #2F2C4C Paua

📋 copy color: '#2F2C4C'

red 47 ◦ green 44 ◦ blue 76

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

Shades of Paua #2F2C4C

Tints of Paua #2F2C4C

RGB

 RED value IS 47 (18.75% from 255) = 28.14%

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

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

R = 28.14%
G = 26.35%
B = 45.51%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2F2C4C (or 0x2F2C4C) is known color: Paua. HEX triplet: 2F, 2C and 4C. RGB value is (47,44,76). Sum of RGB (Red+Green+Blue) = 47+44+76=167 (22% of max value = 765). Red value is 47 (18.75% from 255 or 28.14% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F2C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2C4C is #D0D3B3. Grayscale: #303030. Windows color (decimal): -13685684 or 4992047. OLE color: 4992047.

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

Color convert

RGB 47 44 76 -
CMYK 0.38 0.42 0 0.70
HSL 245.63º 0.27% 0.24% -
HSV(B) 245.63º 0.42% 0.3% -
XYZ 3.38 2.93 7.22 -
YUV 48.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 47 44 76 0.38 0.42 0 0.70 245.63 0.27 0.24
Hex 2F 2C 4C 26 2A 0 46 F6 1B 18
Octal 57 54 114 46 52 0 106 366 33 30
Binary 101111 101100 1001100 100110 101010 0 1000110 11110110 11011 11000

Color Harmonies of #2F2C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2C4C

Black with #2F2C4C

Text Example


Text Example

White with #2F2C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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