Html Css Color HEX #2F2E51 Paua

📋 copy color: '#2F2E51'

red 47 ◦ green 46 ◦ blue 81

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

Shades of Paua #2F2E51

Tints of Paua #2F2E51

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.44%

 BLUE value IS 81 (32.03% from 255) = 46.55%

R = 27.01%
G = 26.44%
B = 46.55%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2F2E51 (or 0x2F2E51) is known color: Paua. HEX triplet: 2F, 2E and 51. RGB value is (47,46,81). Sum of RGB (Red+Green+Blue) = 47+46+81=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 81 - color contains mainly: blue. Hex color #2F2E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2E51 is #D0D1AE. Grayscale: #323232. Windows color (decimal): -13685167 or 5320239. OLE color: 5320239.

HSL color Cylindrical-coordinate representation of color #2F2E51: hue angle of 241.71º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F2E51 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 47 46 81 -
CMYK 0.42 0.43 0 0.68
HSL 241.71º 0.28% 0.25% -
HSV(B) 241.71º 0.43% 0.32% -
XYZ 3.63 3.15 8.2 -
YUV 50.29 145.33 125.65 -
System Red Green Blue C M Y K H S L
Decimal 47 46 81 0.42 0.43 0 0.68 241.71 0.28 0.25
Hex 2F 2E 51 2A 2B 0 44 F2 1C 19
Octal 57 56 121 52 53 0 104 362 34 31
Binary 101111 101110 1010001 101010 101011 0 1000100 11110010 11100 11001

Color Harmonies of #2F2E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2E51

Black with #2F2E51

Text Example


Text Example

White with #2F2E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,46,81); }

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

background-color css

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

 a { background-color: rgb(47,46,81); }

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

border-color css

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

 span { border-color: rgb(47,46,81); }

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