Html Css Color HEX #2F2B46 Paua

📋 copy color: '#2F2B46'

red 47 ◦ green 43 ◦ blue 70

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

Shades of Paua #2F2B46

Tints of Paua #2F2B46

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.88%

 BLUE value IS 70 (27.73% from 255) = 43.75%

R = 29.38%
G = 26.88%
B = 43.75%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2F2B46 (or 0x2F2B46) is known color: Paua. HEX triplet: 2F, 2B and 46. RGB value is (47,43,70). Sum of RGB (Red+Green+Blue) = 47+43+70=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 70 - color contains mainly: blue. Hex color #2F2B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2B46 is #D0D4B9. Grayscale: #2F2F2F. Windows color (decimal): -13685946 or 4598575. OLE color: 4598575.

HSL color Cylindrical-coordinate representation of color #2F2B46: hue angle of 248.89º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F2B46 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 47 43 70 -
CMYK 0.33 0.39 0 0.73
HSL 248.89º 0.24% 0.22% -
HSV(B) 248.89º 0.39% 0.27% -
XYZ 3.14 2.77 6.16 -
YUV 47.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 47 43 70 0.33 0.39 0 0.73 248.89 0.24 0.22
Hex 2F 2B 46 21 27 0 49 F9 18 16
Octal 57 53 106 41 47 0 111 371 30 26
Binary 101111 101011 1000110 100001 100111 0 1001001 11111001 11000 10110

Color Harmonies of #2F2B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2B46

Black with #2F2B46

Text Example


Text Example

White with #2F2B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,43,70); }

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

background-color css

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

 a { background-color: rgb(47,43,70); }

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

border-color css

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

 span { border-color: rgb(47,43,70); }

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